#include <YAMLReader.h>
| YAMLReader::YAMLReader |
( |
| ) |
|
| YAMLReader::~YAMLReader |
( |
| ) |
|
| void YAMLReader::clearDocuments |
( |
| ) |
|
| ValueNode * YAMLReader::document |
( |
int |
index = 0 | ) |
|
| const std::string & YAMLReader::errorMessage |
( |
| ) |
|
| void YAMLReader::expectRegularMultiListing |
( |
| ) |
|
| bool YAMLReader::load |
( |
const std::string & |
filename | ) |
|
| ValueNode * YAMLReader::loadDocument |
( |
const std::string & |
filename | ) |
|
| int YAMLReader::numDocuments |
( |
| ) |
|
| bool YAMLReader::parse |
( |
const std::string & |
yamlstring | ) |
|
template<class TMapping >
| void cnoid::YAMLReader::setMappingClass |
( |
| ) |
|
|
inline |
| friend class YAMLReaderImpl |
|
friend |
The documentation for this class was generated from the following files: