|
|
| JSortedList (const JSortedList< EKeyType, EValueType > &toCopy) |
| |
|
template<template< typename, typename > class FT> |
| | JSortedList (const GenericAssociativeContainer< FT, EKeyType, EValueType > &toCopy) |
| |
| virtual JSortedList< EKeyType, EValueType > & | operator= (const GenericAssociativeContainer< Common::JSortedList, EKeyType, EValueType > &toCopy) |
| |
|
template<template< typename, typename > class FT> |
| JSortedList< EKeyType, EValueType > & | operator= (const GenericAssociativeContainer< FT, EKeyType, EValueType > &toCopy) |
| |
|
virtual JSortedList< EKeyType, EValueType > & | operator= (const JSortedList< EKeyType, EValueType > &toCopy) |
| |
| virtual | ~GenericAssociativeContainer (void)=0 |
| |
| GenericAssociativeContainer< JSortedList, EKeyType, EValueType > & | operator= (const GenericAssociativeContainer< FT, EKeyType, EValueType > &toCopy) |
| |
| virtual bool | operator== (const JSortedList< EKeyType, EValueType > &toCompare) const |
| |
| virtual bool | operator!= (const JSortedList< EKeyType, EValueType > &toCompare) const |
| |
| virtual const EValueType & | operator[] (unsigned int index) const |
| |
| virtual const EValueType & | operator[] (int index) const |
| |
| virtual EValueType & | operator[] (unsigned int index) |
| |
| virtual EValueType & | operator[] (int index) |
| |
| virtual void | put (const JSortedList< EKeyType, EValueType > &src) |
| |
| void | put (const GenericAssociativeContainer< FT, EKeyType, EValueType > &src) |
| |
| void | put (const EKeyType &key, const EValueType &val) |
| |
| void | put (const EKeyType &key, const EValueType pVal, int size) |
| |
| void | put (const EKeyType &key, const EValueType pVal, const int *sizes) |
| |
| virtual void | remove (const EKeyType &key) |
| |
| virtual bool | contains (const EKeyType &key) const |
| |
| virtual const EValueType * | getValue (const EKeyType &key) const |
| |
| virtual EValueType * | getValue (const EKeyType &key) |
| |
| virtual JVector< EKeyType > | getKeys (void) const |
| |
| virtual | ~GenericAssociativeContainerBase (void)=0 |
| |
| virtual void | removeAt (unsigned int index) |
| |
| 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 const JHashtable & | getHashtable (void) const |
| |
| virtual unsigned int | getSize (void) const |
| |
| virtual | ~Base (void)=0 |
| |
| virtual | ~LoggingBase (void)=0 |
| |
| virtual | ~ToString (void) |
| |
| virtual JString | typeToString (void) const |
| |
| JString | toString (bool withTypes=false) const |
| |