itom
Loading...
Searching...
No Matches
ito::ParamBase::Data Struct Reference

< struct used as shared memory of ParamBase shared data container More...

Public Member Functions

 Data (const ByteArray &name_="")
 

Public Attributes

std::atomic_int ref
 value as union
 
ParamBaseData data
 length of array if the type is an array type (including string or string list)
 
uint32 len
 flags, bitmask of the higher level values in ParamBase::Flag
 
uint16 flags
 type, correspond to ParamBase::Type
 
uint16 type
 name of this parameter
 
ByteArray name
 

Detailed Description

< struct used as shared memory of ParamBase shared data container

Constructor & Destructor Documentation

◆ Data()

ito::ParamBase::Data::Data ( const ByteArray & name_ = "")
inline

reference counter for implicit sharing (0: means one reference, ...)


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