Lagrange
Loading...
Searching...
No Matches
CistaValue Struct Reference

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< CistaValuearray_val
 
data::vector< data::string > object_keys
 
data::vector< CistaValueobject_values
 

Detailed Description

Cista-compatible representation of scene::Value.

Only one field is populated based on type.


The documentation for this struct was generated from the following file: