Choreonoid  1.1
Public メソッド | Protected メソッド | Protected 変数 | すべてのメンバ一覧
クラス cnoid::YamlCollection

#include <YamlNodes.h>

cnoid::YamlCollectionに対する継承グラフ
cnoid::YamlNode cnoid::YamlMapping cnoid::YamlSequence

Public メソッド

virtual ~YamlCollection ()
void setFlowStyle (bool isFlowStyle=true)
bool isFlowStyle () const
void setDoubleFormat (const char *format)
const char * doubleFormat ()
- Public メソッド inherited from cnoid::YamlNode
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 YamlMappingtoMapping () const
YamlMappingtoMapping ()
bool isSequence () const
const YamlSequencetoSequence () const
YamlSequencetoSequence ()
bool read (int &out_value) const
bool hasLineInfo () const
int line () const
int column () const

Protected メソッド

 YamlCollection ()
- Protected メソッド inherited from cnoid::YamlNode
 YamlNode ()
 YamlNode (YamlNodeType type)
virtual ~YamlNode ()
void throwNotScalrException () const
void throwNotMappingException () const
void throwNotSequenceException () const

Protected 変数

const char * doubleFormat_
- Protected 変数 inherited from cnoid::YamlNode
YamlNodeType type_

Additional Inherited Members

- Static Public メソッド inherited from cnoid::YamlNode
static void initialize ()

コンストラクタとデストラクタ

YamlCollection::~YamlCollection ( )
virtual
YamlCollection::YamlCollection ( )
protected

関数

const char* cnoid::YamlCollection::doubleFormat ( )
inline
bool cnoid::YamlCollection::isFlowStyle ( ) const
inline
void YamlCollection::setDoubleFormat ( const char *  format)
void cnoid::YamlCollection::setFlowStyle ( bool  isFlowStyle = true)
inline

変数

const char* cnoid::YamlCollection::doubleFormat_
protected

このクラスの説明は次のファイルから生成されました: