![]() |
Maria GDK 5.0.0.738
Documentation of native code in develop branch
|
This is the complete list of members for Maria::ValueBag, including all inherited members.
GetAllKeys(std::set< std::string > &keys) const (defined in Maria::ValueBag) | Maria::ValueBag | inline |
GetAsString(const std::string &key) const (defined in Maria::ValueBag) | Maria::ValueBag | inline |
GetBool(const std::string &key, bool defaultVal=false) const (defined in Maria::ValueBag) | Maria::ValueBag | inline |
GetBoolValues(std::map< std::string, bool > &result) const (defined in Maria::ValueBag) | Maria::ValueBag | inline |
GetComposite(const std::string &key) const (defined in Maria::ValueBag) | Maria::ValueBag | inline |
GetCompositeValues(std::map< std::string, std::shared_ptr< ValueBag > > &result) const (defined in Maria::ValueBag) | Maria::ValueBag | inline |
GetDouble(const std::string &key, double defaultVal=-DBL_MAX) const (defined in Maria::ValueBag) | Maria::ValueBag | inline |
GetDoubleValues(std::map< std::string, double > &result) const (defined in Maria::ValueBag) | Maria::ValueBag | inline |
GetInt(const std::string &key, int defaultVal=INT_MIN) const (defined in Maria::ValueBag) | Maria::ValueBag | inline |
GetIntValues(std::map< std::string, int > &result) const (defined in Maria::ValueBag) | Maria::ValueBag | inline |
GetString(const std::string &key, std::string defaultVal="") const (defined in Maria::ValueBag) | Maria::ValueBag | inline |
GetStringValues(std::map< std::string, std::string > &result) const (defined in Maria::ValueBag) | Maria::ValueBag | inline |
GetValueAndTypeAsString(const std::string &key, std::string &value, std::string &type) const (defined in Maria::ValueBag) | Maria::ValueBag | inline |
HasBool(const std::string &key) const (defined in Maria::ValueBag) | Maria::ValueBag | inline |
HasComposite(const std::string &key) (defined in Maria::ValueBag) | Maria::ValueBag | inline |
HasDouble(const std::string &key) const (defined in Maria::ValueBag) | Maria::ValueBag | inline |
HasInt(const std::string &key) const (defined in Maria::ValueBag) | Maria::ValueBag | inline |
HasString(const std::string &key) const (defined in Maria::ValueBag) | Maria::ValueBag | inline |
SetBool(const std::string &key, bool value) (defined in Maria::ValueBag) | Maria::ValueBag | inline |
SetComposite(const std::string &key, std::shared_ptr< ValueBag > value) (defined in Maria::ValueBag) | Maria::ValueBag | inline |
SetDbl(const std::string &key, const double &value) (defined in Maria::ValueBag) | Maria::ValueBag | inline |
SetInt(const std::string &key, int value) (defined in Maria::ValueBag) | Maria::ValueBag | inline |
SetStr(const std::string &key, const std::string &value) (defined in Maria::ValueBag) | Maria::ValueBag | inline |