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