, including all inherited members.
| AbstractContains(const PObject &key) const | PHashTable | |
| AbstractGetAt(const PObject &key) const | PAbstractDictionary | [virtual] |
| AbstractGetDataAt(PINDEX index) const | PHashTable | [virtual] |
| AbstractGetKeyAt(PINDEX index) const | PHashTable | [virtual] |
| AbstractGetKeys(PArrayObjects &keys) const | PAbstractDictionary | [virtual] |
| AbstractSetAt(const PObject &key, PObject *obj) | PAbstractDictionary | [virtual] |
| AllowDeleteObjects(PBoolean yes=true) | PCollection | |
| AssignContents(const PContainer &c) | PContainer | [protected, virtual] |
| Class() | PObject | [inline, static] |
| Clone() const | PStringDictionary< K > | [inline, virtual] |
| CloneContents(const PContainer *src) | PContainer | [protected] |
| Compare(const PObject &obj) const | PHashTable | [virtual] |
| CompareObjectMemoryDirect(const PObject &obj) const | PObject | [virtual] |
| Comparison enum name | PObject | |
| Contains(const char *key) const | PStringOptions | [inline] |
| Contains(const PString &key) const | PStringOptions | [inline] |
| Contains(const PCaselessString &key) const | PStringOptions | [inline] |
| Contains(const PCaselessString &(*key)()) const | PStringOptions | [inline] |
| PStringToString::Contains(const K &key) const | PStringDictionary< K > | [inline] |
| CopyContents(const PContainer &c) | PContainer | [protected] |
| DestroyContents()=0 | PContainer | [protected, pure virtual] |
| DestroyReference() | PContainer | [protected, virtual] |
| Destruct() | PContainer | [protected] |
| DisallowDeleteObjects() | PCollection | |
| Element typedef | PHashTable | |
| EqualTo enum value | PObject | |
| Get(const char *key, const char *dflt=NULL) const | PStringOptions | [inline] |
| Get(const PString &key, const char *dflt=NULL) const | PStringOptions | [inline] |
| Get(const PCaselessString &key, const char *dflt=NULL) const | PStringOptions | [inline] |
| Get(const PCaselessString &(*key)(), const char *dflt=NULL) const | PStringOptions | [inline] |
| Get(const char *key, const PString &dflt) const | PStringOptions | [inline] |
| Get(const PString &key, const PString &dflt) const | PStringOptions | [inline] |
| Get(const PCaselessString &key, const PString &dflt) const | PStringOptions | [inline] |
| Get(const PCaselessString &(*key)(), const PString &dflt) const | PStringOptions | [inline] |
| GetAt(const char *key) const | PStringOptions | [inline] |
| GetAt(const PString &key) const | PStringOptions | [inline] |
| GetAt(const PCaselessString &key) const | PStringOptions | [inline] |
| GetAt(const PCaselessString &(*key)()) const | PStringOptions | [inline] |
| PStringToString::GetAt(const K &key) const | PStringDictionary< K > | [inline, virtual] |
| PAbstractDictionary::GetAt(PINDEX index) const | PAbstractDictionary | [virtual] |
| GetBoolean(const char *key, bool dflt=false) const | PStringOptions | [inline] |
| GetBoolean(const PString &key, bool dflt=false) const | PStringOptions | [inline] |
| GetBoolean(const PCaselessString &key, bool dflt=false) const | PStringOptions | |
| GetBoolean(const PCaselessString &(*key)(), bool dflt=false) const | PStringOptions | [inline] |
| GetClass(unsigned ancestor=0) const | PObject | [inline, virtual] |
| GetDataAt(PINDEX index) const | PStringDictionary< K > | [inline] |
| GetInteger(const char *key, long dflt=0) const | PStringOptions | [inline] |
| GetInteger(const PString &key, long dflt=0) const | PStringOptions | [inline] |
| GetInteger(const PCaselessString &key, long dflt=0) const | PStringOptions | |
| GetInteger(const PCaselessString &(*key)(), long dflt=0) const | PStringOptions | [inline] |
| GetKeyAt(PINDEX index) const | PStringDictionary< K > | [inline] |
| GetObjectsIndex(const PObject *obj) const | PAbstractDictionary | [virtual] |
| GetReal(const char *key, double dflt=0) const | PStringOptions | [inline] |
| GetReal(const PString &key, double dflt=0) const | PStringOptions | [inline] |
| GetReal(const PCaselessString &key, double dflt=0) const | PStringOptions | |
| GetReal(const PCaselessString &(*key)(), double dflt=0) const | PStringOptions | [inline] |
| GetRefAt(const PObject &key) const | PAbstractDictionary | [virtual] |
| GetSize() const | PContainer | [virtual] |
| GetString(const char *key, const char *dflt=NULL) const | PStringOptions | [inline] |
| GetString(const PString &key, const char *dflt=NULL) const | PStringOptions | [inline] |
| GetString(const PCaselessString &key, const char *dflt=NULL) const | PStringOptions | |
| GetString(const PCaselessString &(*key)(), const char *dflt=NULL) const | PStringOptions | [inline] |
| GetValuesIndex(const PObject &obj) const | PAbstractDictionary | [virtual] |
| GreaterThan enum value | PObject | |
| Has(const char *key) const | PStringOptions | [inline] |
| Has(const PString &key) const | PStringOptions | [inline] |
| Has(const PCaselessString &key) const | PStringOptions | [inline] |
| Has(const PCaselessString &(*key)()) const | PStringOptions | [inline] |
| HashFunction() const | PObject | [virtual] |
| hashTable | PHashTable | |
| Insert(const PObject &key, PObject *obj) | PAbstractDictionary | [virtual] |
| InsertAt(PINDEX index, PObject *obj) | PAbstractDictionary | [virtual] |
| InternalIsDescendant(const char *clsName) const | PObject | [inline, virtual] |
| IsClass(const char *cls) const | PObject | [inline] |
| IsEmpty() const | PContainer | [virtual] |
| IsUnique() const | PContainer | |
| LessThan enum value | PObject | |
| MakeUnique() | PContainer | [virtual] |
| operator!=(const PObject &obj) const | PObject | [inline] |
| operator()(const K &key, const char *dflt=NULL) const | PStringDictionary< K > | [inline] |
| operator<(const PObject &obj) const | PObject | [inline] |
| operator<<(ostream &strm, const PObject &obj) | PObject | [friend] |
| operator<=(const PObject &obj) const | PObject | [inline] |
| operator=(const PContainer &cont) | PContainer | |
| operator==(const PObject &obj) const | PObject | [inline] |
| operator>(const PObject &obj) const | PObject | [inline] |
| operator>=(const PObject &obj) const | PObject | [inline] |
| operator>>(istream &strm, PObject &obj) | PObject | [friend] |
| operator[](const K &key) const | PStringDictionary< K > | [inline] |
| PAbstractDictionary() | PAbstractDictionary | |
| PAbstractDictionary(int dummy, const PAbstractDictionary *c) | PAbstractDictionary | [protected] |
| PCollection(PINDEX initialSize=0) | PCollection | |
| PCollection(int dummy, const PCollection *coll) | PCollection | [protected] |
| PContainer(PINDEX initialSize=0) | PContainer | |
| PContainer(const PContainer &cont) | PContainer | |
| PContainer(int dummy, const PContainer *cont) | PContainer | [protected] |
| PContainer(PContainerReference &reference) | PContainer | [protected] |
| PHashTable() | PHashTable | |
| PObject() | PObject | [inline, protected] |
| PrintOn(ostream &strm) const | PAbstractDictionary | [virtual] |
| PStringDictionary() | PStringDictionary< K > | [inline] |
| PStringDictionary(int dummy, const PStringDictionary *c) | PStringDictionary< K > | [inline, protected] |
| PStringToString(PINDEX count, const Initialiser *init, PBoolean caselessKeys=false, PBoolean caselessValues=false) | PStringToString | |
| ReadFrom(istream &strm) | PStringToString | [virtual] |
| reference | PContainer | [protected] |
| Remove(const char *key) | PStringOptions | [inline] |
| Remove(const PString &key) | PStringOptions | [inline] |
| Remove(const PCaselessString &key) | PStringOptions | [inline] |
| Remove(const PCaselessString &(*key)()) | PStringOptions | [inline] |
| RemoveAll() | PCollection | [virtual] |
| RemoveAt(const char *key) | PStringOptions | [inline] |
| RemoveAt(const PString &key) | PStringOptions | [inline] |
| RemoveAt(const PCaselessString &key) | PStringOptions | [inline] |
| RemoveAt(const PCaselessString &(*key)()) | PStringOptions | [inline] |
| PStringToString::RemoveAt(const K &key) | PStringDictionary< K > | [inline, virtual] |
| PAbstractDictionary::RemoveAt(PINDEX index) | PAbstractDictionary | [virtual] |
| Set(const char *key, const PString &value) | PStringOptions | [inline] |
| Set(const PString &key, const PString &value) | PStringOptions | [inline] |
| Set(const PCaselessString &key, const PString &value) | PStringOptions | [inline] |
| Set(const PCaselessString &(*key)(), const PString &value) | PStringOptions | [inline] |
| SetAt(const char *key, const PString &data) | PStringOptions | [inline] |
| SetAt(const PString &key, const PString &data) | PStringOptions | [inline] |
| SetAt(const PCaselessString &key, const PString &data) | PStringOptions | [inline] |
| SetAt(const PCaselessString &(*key)(), const PString &data) | PStringOptions | [inline] |
| PStringToString::SetAt(const K &key, const PString &str) | PStringDictionary< K > | [inline, virtual] |
| PAbstractDictionary::SetAt(PINDEX index, PObject *val) | PAbstractDictionary | [virtual] |
| SetBoolean(const char *key, bool value) | PStringOptions | [inline] |
| SetBoolean(const PString &key, bool value) | PStringOptions | [inline] |
| SetBoolean(const PCaselessString &key, bool value) | PStringOptions | [inline] |
| SetBoolean(const PCaselessString &(*key)(), bool value) | PStringOptions | [inline] |
| SetDataAt(PINDEX index, const PString &str) | PStringDictionary< K > | [inline, virtual] |
| PAbstractDictionary::SetDataAt(PINDEX index, PObject *obj) | PAbstractDictionary | [virtual] |
| SetInteger(const char *key, long value) | PStringOptions | [inline] |
| SetInteger(const PString &key, long value) | PStringOptions | [inline] |
| SetInteger(const PCaselessString &key, long value) | PStringOptions | |
| SetInteger(const PCaselessString &(*key)(), long value) | PStringOptions | [inline] |
| SetMinSize(PINDEX minSize) | PContainer | |
| SetReal(const char *key, double value, int decimals) | PStringOptions | [inline] |
| SetReal(const PString &key, double value, int decimals) | PStringOptions | [inline] |
| SetReal(const PCaselessString &key, double value, int decimals) | PStringOptions | |
| SetReal(const PCaselessString &(*key)(), double value, int decimals) | PStringOptions | [inline] |
| SetSize(PINDEX newSize) | PHashTable | [virtual] |
| SetString(const char *key, const PString &value) | PStringOptions | [inline] |
| SetString(const PString &key, const PString &value) | PStringOptions | [inline] |
| SetString(const PCaselessString &key, const PString &value) | PStringOptions | [inline] |
| SetString(const PCaselessString &(*key)(), const PString &value) | PStringOptions | [inline] |
| Table typedef | PHashTable | |
| ToCharArray(bool withEqualSign, PCharArray *storage=NULL) const | PStringToString | |
| ~PContainer() | PContainer | [inline, virtual] |
| ~PObject() | PObject | [inline, virtual] |