NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
Yaml::ParseImp Class Reference

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...
 

Detailed Description

Implementation class of Yaml parsing. Parsing incoming stream and outputs a root node.

Constructor & Destructor Documentation

◆ ParseImp()

Yaml::ParseImp::ParseImp ( )
default

Default constructor.

◆ ~ParseImp()

Yaml::ParseImp::~ParseImp ( )
inline

Destructor.

Member Function Documentation

◆ Parse()

void Yaml::ParseImp::Parse ( Node root,
std::iostream &  stream 
)
inline

Run full parsing procedure.

References Yaml::Node::Clear().

Referenced by Yaml::Parse().

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following file: