|
Hummingbird Framework
|
This is the complete list of members for hb::DataRepository, including all inherited members.
| DataRepository() (defined in hb::DataRepository) | hb::DataRepository | |
| getBool(const std::string &name, bool default_value=false) (defined in hb::DataRepository) | hb::DataRepository | |
| getChar(const std::string &name, char default_value=0x00) (defined in hb::DataRepository) | hb::DataRepository | |
| getDouble(const std::string &name, double default_value=-1.) (defined in hb::DataRepository) | hb::DataRepository | |
| getFloat(const std::string &name, float default_value=-1.f) (defined in hb::DataRepository) | hb::DataRepository | |
| getInt(const std::string &name, int default_value=-1) (defined in hb::DataRepository) | hb::DataRepository | |
| getPointer(const std::string &name, T *default_value=nullptr) (defined in hb::DataRepository) | hb::DataRepository | inline |
| getUInt(const std::string &name, unsigned int default_value=0) (defined in hb::DataRepository) | hb::DataRepository | |
| setBool(const std::string &name, bool value) (defined in hb::DataRepository) | hb::DataRepository | |
| setChar(const std::string &name, char value) (defined in hb::DataRepository) | hb::DataRepository | |
| setDouble(const std::string &name, double value) (defined in hb::DataRepository) | hb::DataRepository | |
| setFloat(const std::string &name, float value) (defined in hb::DataRepository) | hb::DataRepository | |
| setInt(const std::string &name, int value) (defined in hb::DataRepository) | hb::DataRepository | |
| setPointer(const std::string &name, void *value) (defined in hb::DataRepository) | hb::DataRepository | |
| setUInt(const std::string &name, unsigned int value) (defined in hb::DataRepository) | hb::DataRepository | |
| ~DataRepository() (defined in hb::DataRepository) | hb::DataRepository |