OSSIA
Open Scenario System for Interactive Application
|
How many instances a node can have. More...
How many instances a node can have.
Public Member Functions | |
instance_bounds (const instance_bounds &)=default | |
instance_bounds (instance_bounds &&)=default | |
instance_bounds & | operator= (const instance_bounds &)=default |
instance_bounds & | operator= (instance_bounds &&)=default |
instance_bounds (int32_t min, int32_t max) | |
Public Attributes | |
int32_t | min_instances = 0 |
int32_t | max_instances = std::numeric_limits<int32_t>::max() |