#include <Data.hpp>
|
| | Data (std::string const &name_, std::string const &typeName_) |
| | protected constructor for typed data.
|
| |
◆ Stage
| Enumerator |
|---|
| MENTIONED | |
| TYPED | |
| ALLOCATED | |
| READY | |
| UNUSED | |
| LINGERING | |
◆ Data() [1/2]
| Data::Data |
( |
std::string const & |
name_ | ) |
|
◆ ~Data()
| virtual sisi4s::Data::~Data |
( |
| ) |
|
|
inlinevirtual |
◆ Data() [2/2]
| sisi4s::Data::Data |
( |
std::string const & |
name_, |
|
|
std::string const & |
typeName_ |
|
) |
| |
|
inlineprotected |
protected constructor for typed data.
◆ get()
| static Data * sisi4s::Data::get |
( |
std::string const & |
name | ) |
|
|
inlinestatic |
◆ getName()
| std::string sisi4s::Data::getName |
( |
| ) |
const |
|
inline |
◆ getStage()
| Stage sisi4s::Data::getStage |
( |
| ) |
const |
|
inline |
◆ getTypeName()
| std::string sisi4s::Data::getTypeName |
( |
| ) |
const |
|
inline |
◆ dataMap
| std::map< std::string, Data * > Data::dataMap |
|
staticprotected |
◆ name
| std::string sisi4s::Data::name |
|
protected |
◆ nextAnynomousDataId
| int64_t sisi4s::Data::nextAnynomousDataId |
|
staticprotected |
◆ stage
| Stage sisi4s::Data::stage |
|
protected |
◆ typeName
| std::string sisi4s::Data::typeName |
|
protected |
The documentation for this class was generated from the following files: