NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
Public Member Functions | |
NodeImp ()=default | |
~NodeImp () | |
void | Clear () |
void | InitSequence () |
void | InitMap () |
void | InitScalar () |
Public Attributes | |
Node::eType | m_Type {Node::eType::None} |
Type of node. More... | |
TypeImp * | m_pImp {nullptr} |
Imp of type. More... | |
|
default |
|
inline |
|
inline |
References m_pImp, m_Type, and Yaml::Node::None.
Referenced by ~NodeImp().
|
inline |
References m_pImp, m_Type, and Yaml::Node::MapType.
|
inline |
References m_pImp, m_Type, and Yaml::Node::ScalarType.
|
inline |
References m_pImp, m_Type, and Yaml::Node::SequenceType.
Imp of type.
Referenced by Clear(), InitMap(), InitScalar(), and InitSequence().
Node::eType Yaml::NodeImp::m_Type {Node::eType::None} |
Type of node.
Referenced by Clear(), InitMap(), InitScalar(), and InitSequence().