doom3-gpl
Doom 3 GPL source release
|
This is the complete list of members for idDict, including all inherited members.
Allocated(void) const | idDict | |
argHash | idDict | private |
args | idDict | private |
Checksum(void) const | idDict | |
Clear(void) | idDict | |
Copy(const idDict &other) | idDict | |
Delete(const char *key) | idDict | |
FindKey(const char *key) const | idDict | |
FindKeyIndex(const char *key) const | idDict | |
GetAngles(const char *key, const char *defaultString=NULL) const | idDict | |
GetAngles(const char *key, const char *defaultString, idAngles &out) const | idDict | |
GetBool(const char *key, const char *defaultString="0") const | idDict | |
GetBool(const char *key, const char *defaultString, bool &out) const | idDict | |
GetFloat(const char *key, const char *defaultString="0") const | idDict | |
GetFloat(const char *key, const char *defaultString, float &out) const | idDict | |
GetInt(const char *key, const char *defaultString="0") const | idDict | |
GetInt(const char *key, const char *defaultString, int &out) const | idDict | |
GetKeyVal(int index) const | idDict | |
GetMatrix(const char *key, const char *defaultString=NULL) const | idDict | |
GetMatrix(const char *key, const char *defaultString, idMat3 &out) const | idDict | |
GetNumKeyVals(void) const | idDict | |
GetString(const char *key, const char *defaultString="") const | idDict | |
GetString(const char *key, const char *defaultString, const char **out) const | idDict | |
GetString(const char *key, const char *defaultString, idStr &out) const | idDict | |
GetVec2(const char *key, const char *defaultString=NULL) const | idDict | |
GetVec2(const char *key, const char *defaultString, idVec2 &out) const | idDict | |
GetVec4(const char *key, const char *defaultString=NULL) const | idDict | |
GetVec4(const char *key, const char *defaultString, idVec4 &out) const | idDict | |
GetVector(const char *key, const char *defaultString=NULL) const | idDict | |
GetVector(const char *key, const char *defaultString, idVec3 &out) const | idDict | |
globalKeys | idDict | privatestatic |
globalValues | idDict | privatestatic |
idDict(void) | idDict | |
idDict(const idDict &other) | idDict | |
Init(void) | idDict | static |
ListKeys_f(const idCmdArgs &args) | idDict | static |
ListValues_f(const idCmdArgs &args) | idDict | static |
MatchPrefix(const char *prefix, const idKeyValue *lastMatch=NULL) const | idDict | |
operator=(const idDict &other) | idDict | |
Parse(idParser &parser) | idDict | |
Print() const | idDict | |
RandomPrefix(const char *prefix, idRandom &random) const | idDict | |
ReadFromFileHandle(idFile *f) | idDict | |
Set(const char *key, const char *value) | idDict | |
SetAngles(const char *key, const idAngles &val) | idDict | |
SetBool(const char *key, bool val) | idDict | |
SetDefaults(const idDict *dict) | idDict | |
SetFloat(const char *key, float val) | idDict | |
SetGranularity(int granularity) | idDict | |
SetHashSize(int hashSize) | idDict | |
SetInt(const char *key, int val) | idDict | |
SetMatrix(const char *key, const idMat3 &val) | idDict | |
SetVec2(const char *key, const idVec2 &val) | idDict | |
SetVec4(const char *key, const idVec4 &val) | idDict | |
SetVector(const char *key, const idVec3 &val) | idDict | |
ShowMemoryUsage_f(const idCmdArgs &args) | idDict | static |
Shutdown(void) | idDict | static |
Size(void) const | idDict | inline |
TransferKeyValues(idDict &other) | idDict | |
WriteToFileHandle(idFile *f) const | idDict | |
~idDict(void) | idDict |