NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
Implementation class of Yaml parsing. Parsing incoming stream and outputs a root node. More...
Public Member Functions | |
ParseImp ()=default | |
Default constructor. More... | |
~ParseImp () | |
Destructor. More... | |
void | Parse (Node &root, std::iostream &stream) |
Run full parsing procedure. More... | |
Implementation class of Yaml parsing. Parsing incoming stream and outputs a root node.
|
default |
Default constructor.
|
inline |
Destructor.
|
inline |
Run full parsing procedure.
References Yaml::Node::Clear().
Referenced by Yaml::Parse().