Changeset 8003 for trunk/tools/common/kLIFO.h
- Timestamp:
- Feb 24, 2002, 3:47:28 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/common/kLIFO.h
r824 r8003 1 /* $Id: kLIFO.h,v 1. 1 1999-09-05 02:09:17 bird Exp $ */1 /* $Id: kLIFO.h,v 1.2 2002-02-24 02:47:27 bird Exp $ */ 2 2 /* 3 3 * Simple LIFO template class. … … 33 33 virtual void unwind(kEntry *pToEntry); 34 34 virtual void popPush(const kEntry *pToEntry, kLIFO<kEntry> &lifoTo); 35 BOOLisEmpty(void) const;35 KBOOL isEmpty(void) const; 36 36 37 37 virtual kEntry *find(const char *pszKey) const; 38 virtual BOOLexists(const kEntry *pEntry) const;38 virtual KBOOL exists(const kEntry *pEntry) const; 39 39 }; 40 40
Note:
See TracChangeset
for help on using the changeset viewer.