tbx
0.7.6
|
This is the complete list of members for tbx::PropertySet, including all inherited members.
_properties | tbx::PropertySet | protected |
clear() | tbx::PropertySet | |
empty() | tbx::PropertySet | |
erase(std::string name) | tbx::PropertySet | |
erase_indexed(std::string name, int index) | tbx::PropertySet | |
exists(std::string name) const | tbx::PropertySet | |
exists_indexed(std::string name, int index) | tbx::PropertySet | |
get(std::string name, const char *def="") const | tbx::PropertySet | |
get(std::string name, int def) const | tbx::PropertySet | |
get(std::string name, bool def) const | tbx::PropertySet | |
get_indexed(std::string name, int index, const char *def="") const | tbx::PropertySet | |
get_indexed(std::string name, int index, int def) const | tbx::PropertySet | |
get_indexed(std::string name, int index, bool def) const | tbx::PropertySet | |
load(std::string file_name) | tbx::PropertySet | |
read(std::istream &is) | tbx::PropertySet | |
save(std::string file_name) const | tbx::PropertySet | |
set(std::string name, std::string value) | tbx::PropertySet | |
set(std::string name, const char *value) | tbx::PropertySet | |
set(std::string name, int value) | tbx::PropertySet | |
set(std::string name, bool value) | tbx::PropertySet | |
set_indexed(std::string name, int index, std::string value) | tbx::PropertySet | |
set_indexed(std::string name, int index, int value) | tbx::PropertySet | |
set_indexed(std::string name, int index, bool value) | tbx::PropertySet | |
write(std::ostream &os) const | tbx::PropertySet |