HDK
|
This is the complete list of members for UT_OptionFile, including all inherited members.
begin() const | UT_OptionFile | inline |
begin() | UT_OptionFile | inline |
clear() | UT_OptionFile | |
end() const | UT_OptionFile | inline |
end() | UT_OptionFile | inline |
getOption(const char *name, int &value, int defvalue) const | UT_OptionFile | |
getOption(const char *name, exint &value, exint defvalue) const | UT_OptionFile | |
getOption(const char *name, bool &value, bool defvalue) const | UT_OptionFile | |
getOption(const char *name, fpreal32 &value, fpreal32 defvalue) const | UT_OptionFile | |
getOption(const char *name, fpreal64 &value, fpreal64 defvalue) const | UT_OptionFile | |
getOption(const char *name, UT_String &value, const UT_String &defvalue) const | UT_OptionFile | |
getOption(const char *name, UT_String &value, const char *defvalue) const | UT_OptionFile | |
getOption(const char *name, UT_StringHolder &value, const UT_StringHolder &defvalue) const | UT_OptionFile | |
getOption(const char *name, UT_StringHolder &value, const char *defvalue) const | UT_OptionFile | |
getOption(const char *name, UT_Vector2 &value, const UT_Vector2 &defvalue) const | UT_OptionFile | |
getOption(const char *name, UT_Vector3 &value, const UT_Vector3 &defvalue) const | UT_OptionFile | |
getOption(const char *name, UT_Vector4 &value, const UT_Vector4 &defvalue) const | UT_OptionFile | |
getOption(const char *name, UT_Quaternion &value, const UT_Quaternion &defvalue) const | UT_OptionFile | |
getOption(const char *name, UT_Matrix3 &value, const UT_Matrix3 &defvalue) const | UT_OptionFile | |
getOption(const char *name, UT_Matrix4 &value, const UT_Matrix4 &defvalue) const | UT_OptionFile | |
getOption(const char *name, UT_Color &value, const UT_Color &defvalue) const | UT_OptionFile | |
hasOption(const char *name) const | UT_OptionFile | |
load(const char *filename) | UT_OptionFile | |
load(const char *filename, UT_IStream &is) | UT_OptionFile | |
merge(const UT_OptionFile &src) | UT_OptionFile | |
operator=(const UT_OptionFile &src) | UT_OptionFile | |
removeOption(const char *name) | UT_OptionFile | |
save(const char *filename) const | UT_OptionFile | |
save(const char *filename, std::ostream &os) const | UT_OptionFile | |
save(const char *filename, FILE *file) const | UT_OptionFile | |
setOption(const char *name, int value) | UT_OptionFile | |
setOption(const char *name, exint value) | UT_OptionFile | |
setOption(const char *name, bool value) | UT_OptionFile | |
setOption(const char *name, fpreal32 value) | UT_OptionFile | |
setOption(const char *name, fpreal64 value) | UT_OptionFile | |
setOption(const char *name, const UT_String &value) | UT_OptionFile | |
setOption(const char *name, const UT_StringHolder &value) | UT_OptionFile | |
setOption(const char *name, const char *value) | UT_OptionFile | |
setOption(const char *name, const UT_Vector2 &value) | UT_OptionFile | |
setOption(const char *name, const UT_Vector3 &value) | UT_OptionFile | |
setOption(const char *name, const UT_Vector4 &value) | UT_OptionFile | |
setOption(const char *name, const UT_Quaternion &value) | UT_OptionFile | |
setOption(const char *name, const UT_Matrix3 &value) | UT_OptionFile | |
setOption(const char *name, const UT_Matrix4 &value) | UT_OptionFile | |
setOption(const char *name, const UT_Color &value) | UT_OptionFile | |
UT_OptionFile(UT_OptionParser *parser=NULL) | UT_OptionFile | |
UT_OptionFile(const UT_OptionFile &src) | UT_OptionFile | |
~UT_OptionFile() | UT_OptionFile |