#include <SortedCollections.h>
Public Member Functions | |
SortedCollection () | |
SortedCollection (const JString &xml) | |
SortedCollection (XMLNode *node) | |
virtual | ~SortedCollection () |
bool | unitTest () |
int | addAndReturnPosition (const JString &value) |
int | removeAllBetween (const JString &str1, const JString &str2) |
SortedCollection | getAllBetween (const JString &str1, const JString &str2) |
JString | getFirstAfter (const JString &str) |
JString | getLastBefore (const JString &str) |
bool | replace (int pos, const JString &value) |
bool | addFirst (const JString &value) |
bool | addLast (const JString &value) |
bool | addAfter (int pos, const JString &value) |
bool | addBefore (int pos, const JString &value) |
Definition at line 39 of file SortedCollections.h.
cmlabs::SortedCollection::SortedCollection | ( | ) |
Definition at line 35 of file SortedCollections.cpp.
cmlabs::SortedCollection::SortedCollection | ( | const JString & | xml | ) |
Definition at line 41 of file SortedCollections.cpp.
cmlabs::SortedCollection::SortedCollection | ( | XMLNode * | node | ) |
Definition at line 46 of file SortedCollections.cpp.
cmlabs::SortedCollection::~SortedCollection | ( | ) | [virtual] |
Definition at line 52 of file SortedCollections.cpp.
bool cmlabs::SortedCollection::unitTest | ( | ) | [virtual] |
int cmlabs::SortedCollection::addAndReturnPosition | ( | const JString & | value | ) |
Definition at line 57 of file SortedCollections.cpp.
Definition at line 61 of file SortedCollections.cpp.
SortedCollection cmlabs::SortedCollection::getAllBetween | ( | const JString & | str1, | |
const JString & | str2 | |||
) |
Definition at line 65 of file SortedCollections.cpp.
Definition at line 77 of file SortedCollections.cpp.
Definition at line 85 of file SortedCollections.cpp.
bool cmlabs::SortedCollection::replace | ( | int | pos, | |
const JString & | value | |||
) |
bool cmlabs::SortedCollection::addFirst | ( | const JString & | value | ) |
bool cmlabs::SortedCollection::addLast | ( | const JString & | value | ) |
bool cmlabs::SortedCollection::addAfter | ( | int | pos, | |
const JString & | value | |||
) |
bool cmlabs::SortedCollection::addBefore | ( | int | pos, | |
const JString & | value | |||
) |