|
Lagrange
|
Cista-compatible representation of scene::Value. More...
#include <CistaValue.h>
Public Attributes | |
| CistaValueType | type = CistaValueType::Bool |
| bool | bool_val = false |
| int32_t | int_val = 0 |
| double | double_val = 0.0 |
| data::string | string_val |
| data::vector< uint8_t > | buffer_val |
| data::vector< CistaValue > | array_val |
| data::vector< data::string > | object_keys |
| data::vector< CistaValue > | object_values |
Cista-compatible representation of scene::Value.
Only one field is populated based on type.