#include <Data.hpp>
|
| TypedData (std::string const &typeName_) |
| Protected constructor for anonymous constant data.
|
|
| TypedData (std::string const &name_, std::string const &typeName_) |
| Protected constructor for named data.
|
|
| Data (std::string const &name_, std::string const &typeName_) |
| protected constructor for typed data.
|
|
|
static int | nextId |
| next id number to be given anonymous constant data. They will be named "Constant0", "Constant1", ... regardless of the type.
|
|
static std::map< std::string, Data * > | dataMap |
|
static int64_t | nextAnynomousDataId |
|
◆ TypedData() [1/2]
sisi4s::TypedData::TypedData |
( |
std::string const & |
typeName_ | ) |
|
|
inlineprotected |
Protected constructor for anonymous constant data.
◆ TypedData() [2/2]
sisi4s::TypedData::TypedData |
( |
std::string const & |
name_, |
|
|
std::string const & |
typeName_ |
|
) |
| |
|
inlineprotected |
Protected constructor for named data.
◆ nextName()
static std::string sisi4s::TypedData::nextName |
( |
| ) |
|
|
inlinestaticprotected |
◆ nextId
next id number to be given anonymous constant data. They will be named "Constant0", "Constant1", ... regardless of the type.
The documentation for this class was generated from the following files: