#include <parse_yaml.hpp>
Public Member Functions | |
TaskParser (Factory const &factory, std::ostream *optional_dbg_os=0) | |
Public Attributes | |
std::string | type |
std::string | name |
Task * | task |
After successfully parsing a YAML node, this contains the pointer to the freshly created task. |
Definition at line 45 of file parse_yaml.hpp.
opspace::TaskParser::TaskParser | ( | Factory const & | factory, | |
std::ostream * | optional_dbg_os = 0 | |||
) |
Definition at line 51 of file parse_yaml.cpp.
std::string opspace::TaskParser::type |
std::string opspace::TaskParser::name |
After successfully parsing a YAML node, this contains the pointer to the freshly created task.
If something goes wrong, task will be zero.
Definition at line 61 of file parse_yaml.hpp.
Referenced by opspace::operator>>().