|
Choreonoid
1.1
|
#include <YamlNodes.h>
クラス | |
| class | DocumentNotFoundException |
| class | Exception |
| class | KeyNotFoundException |
| class | NotMappingException |
| class | NotScalarException |
| class | NotSequenceException |
| class | ScalarTypeMismatchException |
| class | SyntaxException |
公開メンバ関数 | |
| bool | isValid () const |
| YamlNodeType | type () const |
| int | toInt () const |
| double | toDouble () const |
| bool | toBool () const |
| bool | isString () const |
| const std::string & | toString () const |
| const std::string & | toUtf8String () const |
| operator const std::string & () const | |
| bool | isMapping () const |
| const YamlMapping * | toMapping () const |
| YamlMapping * | toMapping () |
| bool | isSequence () const |
| const YamlSequence * | toSequence () const |
| YamlSequence * | toSequence () |
| bool | read (int &out_value) const |
| bool | hasLineInfo () const |
| int | line () const |
| int | column () const |
静的公開メンバ関数 | |
| static void | initialize () |
限定公開メンバ関数 | |
| YamlNode () | |
| YamlNode (YamlNodeType type) | |
| virtual | ~YamlNode () |
| void | throwNotScalrException () const |
| void | throwNotMappingException () const |
| void | throwNotSequenceException () const |
限定公開変数類 | |
| YamlNodeType | type_ |
フレンド | |
| class | YamlReaderImpl |
| class | YamlWriter |
| class | YamlScalar |
| class | YamlMapping |
| class | YamlSequence |
| void | intrusive_ptr_add_ref (YamlNode *obj) |
| void | intrusive_ptr_release (YamlNode *obj) |
|
inlineprotected |
|
inlineprotected |
|
inlineprotectedvirtual |
|
inline |
|
inline |
|
static |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| bool YamlNode::read | ( | int & | out_value | ) | const |
|
protected |
|
protected |
|
protected |
| bool YamlNode::toBool | ( | ) | const |
| double YamlNode::toDouble | ( | ) | const |
| int YamlNode::toInt | ( | ) | const |
| const YamlMapping * YamlNode::toMapping | ( | ) | const |
| YamlMapping * YamlNode::toMapping | ( | ) |
| const YamlSequence * YamlNode::toSequence | ( | ) | const |
| YamlSequence * YamlNode::toSequence | ( | ) |
| const std::string & YamlNode::toString | ( | ) | const |
| const std::string & YamlNode::toUtf8String | ( | ) | const |
|
inline |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
protected |
1.8.9.1