zeus::ParamType Member List
This is the complete list of members for zeus::ParamType, including all inherited members.
getId() const | zeus::ParamType | |
getName() const | zeus::ParamType | |
isNumber() const | zeus::ParamType | |
isVector() const | zeus::ParamType | |
m_id | zeus::ParamType | protected |
m_isNumber | zeus::ParamType | protected |
m_isVector | zeus::ParamType | protected |
m_typeName | zeus::ParamType | protected |
operator!=(const ParamType &_obj) const | zeus::ParamType | |
operator!=(const std::string &_value) const | zeus::ParamType | |
operator!=(const uint16_t &_value) const | zeus::ParamType | |
operator==(const ParamType &_obj) const | zeus::ParamType | |
operator==(const std::string &_value) const | zeus::ParamType | |
operator==(const uint16_t &_value) const | zeus::ParamType | |
ParamType(const char *_name="", uint16_t _id=0, bool _isNumber=false, bool _isVector=false) | zeus::ParamType | |
ParamType(const std::string &_name, uint16_t _id, bool _isNumber=false, bool _isVector=false) | zeus::ParamType |