Gaia-ECS v1.0.0
A simple and powerful entity component system
Loading...
Searching...
No Matches
gaia::ecs::RuntimeConstantMeta< StringType > Struct Template Referencefinal

Runtime symbolic constant metadata parameterized by its string representation. StringType selects a borrowed registration symbol or a cache-owned interned identifier. More...

#include <component_desc.h>

Public Attributes

StringType name {}
 Constant symbol or its interned identifier.
 
int64_t value = 0
 Constant value.
 

Detailed Description

template<typename StringType>
struct gaia::ecs::RuntimeConstantMeta< StringType >

Runtime symbolic constant metadata parameterized by its string representation. StringType selects a borrowed registration symbol or a cache-owned interned identifier.


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