Changeset 702 in dev for trunk/ab5.0/abdev/ab_common/include/Lexical
- Timestamp:
- Jul 21, 2008, 2:25:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/ab_common/include/Lexical/Procedure.h
r641 r702 304 304 return isCompiled; 305 305 } 306 bool IsConstructor() const 307 { 308 return ( this->HasParentClass() && this->GetName() == this->GetParentClass().GetName() ); 309 } 306 310 bool IsDestructor() const 307 311 {
Note:
See TracChangeset
for help on using the changeset viewer.