#include <TiledEnum.hpp>
◆ EnumDefinition()
tson::EnumDefinition::EnumDefinition |
( |
IJson & |
json | ) |
|
|
inlineexplicit |
◆ exists() [1/2]
bool tson::EnumDefinition::exists |
( |
const std::string & |
str | ) |
|
|
inline |
◆ exists() [2/2]
bool tson::EnumDefinition::exists |
( |
uint32_t |
num | ) |
|
|
inline |
◆ getId()
uint32_t tson::EnumDefinition::getId |
( |
| ) |
const |
|
inline |
◆ getMaxValue()
uint32_t tson::EnumDefinition::getMaxValue |
( |
| ) |
const |
|
inline |
◆ getName()
const std::string & tson::EnumDefinition::getName |
( |
| ) |
const |
|
inline |
◆ getStorageType()
◆ getValue() [1/2]
uint32_t tson::EnumDefinition::getValue |
( |
const std::string & |
str | ) |
|
|
inline |
◆ getValue() [2/2]
std::string tson::EnumDefinition::getValue |
( |
uint32_t |
num | ) |
|
|
inline |
◆ getValues()
std::vector< std::string > tson::EnumDefinition::getValues |
( |
uint32_t |
num | ) |
|
|
inline |
◆ hasValuesAsFlags()
bool tson::EnumDefinition::hasValuesAsFlags |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: