#include <SortedCollections.h>
Public Member Functions | |
SortedDictionary () | |
SortedDictionary (const JString &xml) | |
SortedDictionary (XMLNode *node) | |
virtual | ~SortedDictionary () |
bool | unitTest () |
int | putAndReturnPosition (const JString &key, const JString &value) |
int | removeAllBetween (const JString &key1, const JString &key2) |
Dictionary | getAllBetween (const JString &key1, const JString &key2) |
JString | getFirstAfter (const JString &key) |
JString | getLastBefore (const JString &key) |
bool | replace (int pos, const JString &key, const JString &value) |
bool | putFirst (const JString &key, const JString &value) |
bool | putLast (const JString &key, const JString &value) |
bool | putAfter (int pos, const JString &key, const JString &value) |
bool | putBefore (int pos, const JString &key, const JString &value) |
Definition at line 89 of file SortedCollections.h.
cmlabs::SortedDictionary::SortedDictionary | ( | ) |
Definition at line 836 of file SortedCollections.cpp.
cmlabs::SortedDictionary::SortedDictionary | ( | const JString & | xml | ) |
Definition at line 842 of file SortedCollections.cpp.
cmlabs::SortedDictionary::SortedDictionary | ( | XMLNode * | node | ) |
Definition at line 847 of file SortedCollections.cpp.
cmlabs::SortedDictionary::~SortedDictionary | ( | ) | [virtual] |
Definition at line 853 of file SortedCollections.cpp.
bool cmlabs::SortedDictionary::unitTest | ( | ) | [virtual] |
Definition at line 858 of file SortedCollections.cpp.
Definition at line 870 of file SortedCollections.cpp.
Dictionary cmlabs::SortedDictionary::getAllBetween | ( | const JString & | key1, | |
const JString & | key2 | |||
) |
Definition at line 874 of file SortedCollections.cpp.
Definition at line 886 of file SortedCollections.cpp.
Definition at line 894 of file SortedCollections.cpp.
Definition at line 106 of file SortedCollections.h.
Definition at line 110 of file SortedCollections.h.