Choreonoid
1.1
|
#include <YamlReader.h>
公開メンバ関数 | |
YamlReader () | |
~YamlReader () | |
template<class TMapping > | |
void | setMappingClass () |
void | expectRegularMultiSequence () |
bool | load (const std::string &filename) |
bool | load_string (const std::string &yamlstring) |
int | numDocuments () |
YamlNode * | document (int index=0) |
void | clearDocuments () |
const std::string & | errorMessage () |
フレンド | |
class | YamlReaderImpl |
YamlReader::YamlReader | ( | ) |
YamlReader::~YamlReader | ( | ) |
void YamlReader::clearDocuments | ( | ) |
YamlNode * YamlReader::document | ( | int | index = 0 | ) |
const std::string & YamlReader::errorMessage | ( | ) |
void YamlReader::expectRegularMultiSequence | ( | ) |
bool YamlReader::load | ( | const std::string & | filename | ) |
bool YamlReader::load_string | ( | const std::string & | yamlstring | ) |
int YamlReader::numDocuments | ( | ) |
|
inline |
|
friend |