Choreonoid
1.1
|
#include <YamlNodes.h>
構成 | |
class | DocumentNotFoundException |
class | Exception |
class | KeyNotFoundException |
class | NotMappingException |
class | NotScalarException |
class | NotSequenceException |
class | ScalarTypeMismatchException |
class | SyntaxException |
Public メソッド | |
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 Public メソッド | |
static void | initialize () |
Protected メソッド | |
YamlNode () | |
YamlNode (YamlNodeType type) | |
virtual | ~YamlNode () |
void | throwNotScalrException () const |
void | throwNotMappingException () const |
void | throwNotSequenceException () const |
Protected 変数 | |
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 |