- Timestamp:
- Nov 29, 2005, 1:48:52 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/lang/class_list.h
r5792 r5821 53 53 static void debugS(const char* className = 0x0, unsigned int debugLevel = 0); 54 54 55 booloperator==(ClassID classID) { return (this->classID == classID); };55 inline bool operator==(ClassID classID) { return (this->classID == classID); }; 56 56 bool operator==(const char* className); 57 57
Note: See TracChangeset
for help on using the changeset viewer.