BFLibCPP 0.1
CPP Library
|
#include <dictionary.hpp>
Public Member Functions | |
K | key () const |
V | value () const |
![]() | |
Object () | |
Object (Object &obj) | |
virtual | ~Object () |
Static Public Member Functions | |
static int | Compare (Entry *a, Entry *b) |
![]() | |
static void | retain (Object *obj) |
static void | release (Object *obj) |
static int | retainCount (Object *obj) |
static int | retainCount (Object &obj) |
Friends | |
class | Dictionary< K, V, S > |
Holds an entry for value that can be located by key
|
inlinestatic |
Used for tree to organize
a == b -> 0 a < b -> -1 a > b -> 1
|
inline |
|
inline |
|
friend |