Changeset 8003 for trunk/tools/common/kList.h
- Timestamp:
- Feb 24, 2002, 3:47:28 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/common/kList.h
r4129 r8003 1 /* $Id: kList.h,v 1. 3 2000-08-31 03:00:13bird Exp $ */1 /* $Id: kList.h,v 1.4 2002-02-24 02:47:28 bird Exp $ */ 2 2 /* 3 3 * Simple list and sorted list template class. … … 77 77 public: 78 78 #if 0 //MUST BE IMPLEMENTED! 79 virtual BOOL operator==(const k..Entry &entry) const = 0;80 virtual BOOL operator!=(const k..Entry &entry) const = 0;81 virtual BOOL operator< (const k..Entry &entry) const = 0;82 virtual BOOL operator<=(const k..Entry &entry) const = 0;83 virtual BOOL operator> (const k..Entry &entry) const = 0;84 virtual BOOL operator>=(const k..Entry &entry) const = 0;79 virtual KBOOL operator==(const k..Entry &entry) const = 0; 80 virtual KBOOL operator!=(const k..Entry &entry) const = 0; 81 virtual KBOOL operator< (const k..Entry &entry) const = 0; 82 virtual KBOOL operator<=(const k..Entry &entry) const = 0; 83 virtual KBOOL operator> (const k..Entry &entry) const = 0; 84 virtual KBOOL operator>=(const k..Entry &entry) const = 0; 85 85 #endif 86 86 };
Note:
See TracChangeset
for help on using the changeset viewer.