#include <ObjectTable.h>


Public Member Functions | |
| SortedEntry (double val, Object *obj, ObjectTable *table) | |
| bool | equals (const Object *o2) const |
| int | compare (const Object *o2) const |
| unsigned long | getHash () const |
| Object * | clone () const |
Public Attributes | |
| double | value |
| Object * | object |
| ObjectTable * | table |
Definition at line 97 of file ObjectTable.h.
| cmlabs::SortedEntry::SortedEntry | ( | double | val, | |
| Object * | obj, | |||
| ObjectTable * | table | |||
| ) |
Definition at line 99 of file ObjectTable.h.
| bool cmlabs::SortedEntry::equals | ( | const Object * | o2 | ) | const [virtual] |
| int cmlabs::SortedEntry::compare | ( | const Object * | o2 | ) | const [virtual] |
| unsigned long cmlabs::SortedEntry::getHash | ( | ) | const [virtual] |
| Object* cmlabs::SortedEntry::clone | ( | ) | const [virtual] |
| double cmlabs::SortedEntry::value |
Definition at line 118 of file ObjectTable.h.
Definition at line 119 of file ObjectTable.h.
Definition at line 120 of file ObjectTable.h.
1.5.6