|
virtual | ~AssociativeContainerBase (void)=0 |
|
AssociativeContainerBase< T, JObject > & | operator= (const AssociativeContainerBase< T, JObject > &toCopy) |
|
virtual bool | operator== (const AssociativeContainerBase< T, JObject > &toCompare) const |
|
virtual bool | operator!= (const AssociativeContainerBase< T, JObject > &toCompare) const |
|
virtual const JObject & | operator[] (unsigned int index) const |
|
virtual const JObject & | operator[] (int index) const |
|
virtual JObject & | operator[] (unsigned int index) |
|
virtual JObject & | operator[] (int index) |
|
virtual void | put (const T &src) |
|
void | put (const FKeyType &key, const FValueType &val) |
|
void | put (const FKeyType &key, const FValueType pVal, int size) |
|
void | put (const FKeyType &key, const FValueType pVal, const int *sizes) |
|
const JObject * | getValue (const FKeyType &key) const |
|
JObject * | getValue (const FKeyType &key) |
|
virtual unsigned int | getSize (void) const |
|
virtual const JVector< JObject > & | getKeys (void) const |
|
void | remove (const FKeyType &key) |
|
virtual void | removeAt (unsigned int index) |
|
bool | contains (const FKeyType &key) const |
|
virtual void | removeAllElements (void) |
|
virtual JString & | toString (JString &retStr, bool withTypes=false) const |
|
virtual JString & | toString (JString &retStr, bool withTypes=false) const =0 |
|
JString | toString (bool withTypes=false) const |
|
virtual | ~Base (void)=0 |
|
virtual | ~LoggingBase (void)=0 |
|
virtual | ~ToString (void) |
|
virtual JString | typeToString (void) const |
|
JString | toString (bool withTypes=false) const |
|
static void | setListener (const BaseListener *pBaseListener) |
|
static int | getDebugOutputLevel (void) |
|
static bool | setDebugOutputLevel (int debugLevel) |
|
static const LogFormatOptions & | getLogFormatOptions (void) |
|
static void | setLogFormatOptions (const LogFormatOptions &options) |
|