#include <NaluParsingHelper.h>
| static void sierra::nalu::NaluParsingHelper::emit |
( |
YAML::Emitter & |
emout, |
|
|
const YAML::Node & |
node |
|
) |
| |
|
inlinestatic |
| static void sierra::nalu::NaluParsingHelper::emit |
( |
std::ostream & |
sout, |
|
|
const YAML::Node & |
node |
|
) |
| |
|
inlinestatic |
uses Emitter to print node to stream
References emit().
| static void sierra::nalu::NaluParsingHelper::find_nodes_given_key |
( |
const std::string & |
key, |
|
|
const YAML::Node & |
node, |
|
|
std::vector< const YAML::Node * > & |
result |
|
) |
| |
|
inlinestatic |
| static std::string sierra::nalu::NaluParsingHelper::info |
( |
const YAML::Node & |
node | ) |
|
|
inlinestatic |
| static std::string sierra::nalu::NaluParsingHelper::line_info |
( |
const YAML::Node & |
node | ) |
|
|
inlinestatic |
| static void sierra::nalu::NaluParsingHelper::traverse |
( |
std::ostream & |
sout, |
|
|
const YAML::Node & |
node, |
|
|
unsigned int |
depth = 0 |
|
) |
| |
|
inlinestatic |
just prints nodes depth-first
The documentation for this class was generated from the following file: