#include <Data.hpp>
|
enum | Stage {
MENTIONED = 0
, TYPED = 1
, ALLOCATED = 2
, READY = 3
,
UNUSED = 4
, LINGERING = 5
} |
|
static Data * | get (std::string const &name) |
|
| NumericData (std::string const &typeName_) |
|
| NumericData (std::string const &name_, std::string const &typeName_) |
|
| 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 std::string | nextName () |
|
std::string | name |
|
std::string | typeName |
|
Stage | stage |
|
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 |
|
◆ ContainerData() [1/2]
template<typename F = double, typename C = std::vector<F>>
◆ ContainerData() [2/2]
template<typename F = double, typename C = std::vector<F>>
◆ ~ContainerData()
template<typename F = double, typename C = std::vector<F>>
◆ value
template<typename F = double, typename C = std::vector<F>>
The documentation for this struct was generated from the following file: