cmlabs::SortedCollection Class Reference

#include <SortedCollections.h>

Inheritance diagram for cmlabs::SortedCollection:

Inheritance graph
[legend]
Collaboration diagram for cmlabs::SortedCollection:

Collaboration graph
[legend]

List of all members.

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)


Detailed Description

Definition at line 39 of file SortedCollections.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

bool cmlabs::SortedCollection::unitTest (  )  [virtual]

Reimplemented from cmlabs::Collection.

Definition at line 98 of file SortedCollections.cpp.

int cmlabs::SortedCollection::addAndReturnPosition ( const JString value  ) 

Definition at line 57 of file SortedCollections.cpp.

int cmlabs::SortedCollection::removeAllBetween ( const JString str1,
const JString str2 
)

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.

JString cmlabs::SortedCollection::getFirstAfter ( const JString str  ) 

Definition at line 77 of file SortedCollections.cpp.

JString cmlabs::SortedCollection::getLastBefore ( const JString str  ) 

Definition at line 85 of file SortedCollections.cpp.

bool cmlabs::SortedCollection::replace ( int  pos,
const JString value 
)

Reimplemented from cmlabs::Collection.

Definition at line 56 of file SortedCollections.h.

bool cmlabs::SortedCollection::addFirst ( const JString value  ) 

Reimplemented from cmlabs::Collection.

Definition at line 57 of file SortedCollections.h.

bool cmlabs::SortedCollection::addLast ( const JString value  ) 

Reimplemented from cmlabs::Collection.

Definition at line 58 of file SortedCollections.h.

bool cmlabs::SortedCollection::addAfter ( int  pos,
const JString value 
)

Reimplemented from cmlabs::Collection.

Definition at line 59 of file SortedCollections.h.

bool cmlabs::SortedCollection::addBefore ( int  pos,
const JString value 
)

Reimplemented from cmlabs::Collection.

Definition at line 60 of file SortedCollections.h.


The documentation for this class was generated from the following files:

Generated on Tue Jul 7 16:23:46 2009 for CoreLibrary by  doxygen 1.5.6