|
| enum class | Type { QUANTITY
, STRING
, ENUM
} |
| |
|
|
| Column (const json &j) |
| |
|
std::string | format (const std::string &v) const |
| |
|
std::string | format (double v) const |
| |
|
|
std::string | name |
| |
|
std::string | display_name |
| |
|
Type | type = Type::STRING |
| |
|
std::string | unit |
| |
|
bool | use_si = true |
| |
|
bool | no_milli = false |
| |
|
int | digits = -1 |
| |
|
std::vector< std::string > | enum_items |
| |
|
bool | required = true |
| |
The documentation for this class was generated from the following files: