Choreonoid
1.1
|
#include <YamlNodes.h>
Public メソッド | |
virtual | ~YamlCollection () |
void | setFlowStyle (bool isFlowStyle=true) |
bool | isFlowStyle () const |
void | setDoubleFormat (const char *format) |
const char * | doubleFormat () |
![]() | |
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 |
Protected メソッド | |
YamlCollection () | |
![]() | |
YamlNode () | |
YamlNode (YamlNodeType type) | |
virtual | ~YamlNode () |
void | throwNotScalrException () const |
void | throwNotMappingException () const |
void | throwNotSequenceException () const |
Protected 変数 | |
const char * | doubleFormat_ |
![]() | |
YamlNodeType | type_ |
Additional Inherited Members | |
![]() | |
static void | initialize () |
|
virtual |
|
protected |
|
inline |
|
inline |
void YamlCollection::setDoubleFormat | ( | const char * | format) |
|
inline |
|
protected |