4 #ifndef RUDIMENTS_DICTIONARY_H 5 #define RUDIMENTS_DICTIONARY_H 7 #include <rudiments/private/dictionaryincludes.h> 11 template <
class keytype,
class valuetype>
38 int32_t
compare(keytype testkey)
const;
50 #include <rudiments/private/dictionarynode.h> 62 template <
class keytype,
class valuetype>
106 bool setTrackInsertionOrder(
bool trackinsertionorder);
110 bool getTrackInsertionOrder();
115 void setValue(keytype key, valuetype value);
120 bool getValue(keytype key, valuetype *value);
135 bool remove(keytype key);
160 #include <rudiments/private/dictionary.h> 165 #define namevaluepairsnode dictionarynode< char *, char * > 166 #define namevaluepairs dictionary< char *, char * > 167 #define constnamevaluepairsnode dictionarynode< const char *, const char * > 168 #define constnamevaluepairs dictionary< const char *, const char * > 170 #include <rudiments/private/dictionaryinlines.h>
void setValue(valuetype value)
Definition: linkedlist.h:60
Definition: dictionary.h:12
int32_t compare(keytype testkey) const
virtual ~dictionarynode()
Definition: dictionary.h:63
dictionarynode(keytype key, valuetype value)
valuetype getValue() const