Tileson 1.4.0
A helpful json parser for Tiled maps
|
This is the complete list of members for tson::Property, including all inherited members.
getName() const | tson::Property | inline |
getPropertyType() const | tson::Property | inline |
getType() const | tson::Property | inline |
getValue() const | tson::Property | inline |
getValue() const | tson::Property | inline |
getValueType() const | tson::Property | inline |
getValueTypeInfo() | tson::Property | inline |
m_name | tson::Property | protected |
m_project | tson::Property | protected |
m_propertyType | tson::Property | protected |
m_type | tson::Property | protected |
m_value | tson::Property | protected |
Property() | tson::Property | inline |
Property(IJson &json, tson::Project *project=nullptr) | tson::Property | inlineexplicit |
Property(std::string name, std::any value, Type type) | tson::Property | inline |
setName(const std::string &name) | tson::Property | inline |
setStrValue(const std::string &value) | tson::Property | inline |
setTypeByString(const std::string &str) | tson::Property | inlineprotected |
setValue(const std::any &value) | tson::Property | inline |
setValueByType(IJson &json) | tson::Property | inline |