![]() |
Specs
Beautiful C++ Test Framework
|
This is the complete list of members for SpecsCpp::SpecDataValue, including all inherited members.
| bool_value() const override | SpecsCpp::SpecDataValue | inlinevirtual |
| bool_value(bool value) override | SpecsCpp::SpecDataValue | inlinevirtual |
| create(const char *key, bool value) | SpecsCpp::SpecDataValue | inlinestatic |
| create(const char *key, int value) | SpecsCpp::SpecDataValue | inlinestatic |
| create(const char *key, unsigned int value) | SpecsCpp::SpecDataValue | inlinestatic |
| create(const char *key, double value) | SpecsCpp::SpecDataValue | inlinestatic |
| create(const char *key, const char *value) | SpecsCpp::SpecDataValue | inlinestatic |
| create(const char *key, void *value) | SpecsCpp::SpecDataValue | inlinestatic |
| create(const char *key, IVoidPointer *value) | SpecsCpp::SpecDataValue | inlinestatic |
| create_bool(const char *key, bool value) | SpecsCpp::SpecDataValue | inlinestatic |
| create_float(const char *key, double value) | SpecsCpp::SpecDataValue | inlinestatic |
| create_int(const char *key, int value) | SpecsCpp::SpecDataValue | inlinestatic |
| create_pointer(const char *key, void *value) | SpecsCpp::SpecDataValue | inlinestatic |
| create_pointer(const char *key, IVoidPointer *value) | SpecsCpp::SpecDataValue | inlinestatic |
| create_string(const char *key, const char *value) | SpecsCpp::SpecDataValue | inlinestatic |
| create_unsigned_int(const char *key, unsigned int value) | SpecsCpp::SpecDataValue | inlinestatic |
| float_value() const override | SpecsCpp::SpecDataValue | inlinevirtual |
| float_value(double value) override | SpecsCpp::SpecDataValue | inlinevirtual |
| int_value() const override | SpecsCpp::SpecDataValue | inlinevirtual |
| int_value(int value) override | SpecsCpp::SpecDataValue | inlinevirtual |
| is_bool() const override | SpecsCpp::SpecDataValue | inlinevirtual |
| is_float() const override | SpecsCpp::SpecDataValue | inlinevirtual |
| is_int() const override | SpecsCpp::SpecDataValue | inlinevirtual |
| is_pointer() const override | SpecsCpp::SpecDataValue | inlinevirtual |
| is_string() const override | SpecsCpp::SpecDataValue | inlinevirtual |
| is_unsigned_int() const override | SpecsCpp::SpecDataValue | inlinevirtual |
| key() const override | SpecsCpp::SpecDataValue | inlinevirtual |
| key(const char *key) override | SpecsCpp::SpecDataValue | inlinevirtual |
| pointer_value() const override | SpecsCpp::SpecDataValue | inlinevirtual |
| pointer_value(void *value) override | SpecsCpp::SpecDataValue | inlinevirtual |
| pointer_value(IVoidPointer *value) override | SpecsCpp::SpecDataValue | inlinevirtual |
| SpecDataValue(const char *key, SpecDataValueType type, IVoidPointer *value) | SpecsCpp::SpecDataValue | inline |
| SpecDataValue(const char *key, SpecDataValueType type, void *value) | SpecsCpp::SpecDataValue | inline |
| SpecDataValue(const char *key, SpecDataValueType type, bool value) | SpecsCpp::SpecDataValue | inline |
| SpecDataValue(const char *key, SpecDataValueType type, int value) | SpecsCpp::SpecDataValue | inline |
| SpecDataValue(const char *key, SpecDataValueType type, unsigned int value) | SpecsCpp::SpecDataValue | inline |
| SpecDataValue(const char *key, SpecDataValueType type, double value) | SpecsCpp::SpecDataValue | inline |
| SpecDataValue(const char *key, SpecDataValueType type, const char *value) | SpecsCpp::SpecDataValue | inline |
| string_value() const override | SpecsCpp::SpecDataValue | inlinevirtual |
| string_value(const char *value) override | SpecsCpp::SpecDataValue | inlinevirtual |
| to_string() override | SpecsCpp::SpecDataValue | inlinevirtual |
| type() const override | SpecsCpp::SpecDataValue | inlinevirtual |
| unsigned_int_value() const override | SpecsCpp::SpecDataValue | inlinevirtual |
| unsigned_int_value(unsigned int value) override | SpecsCpp::SpecDataValue | inlinevirtual |
| ~ISpecDataValue()=default | SpecsCpp::ISpecDataValue | virtual |
| ~SpecDataValue() override | SpecsCpp::SpecDataValue | inline |