openrave.org

 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義 グループ ページ
Public メソッド | Protected 変数 | すべてのメンバ一覧
クラス OpenRAVE::ConfigurationSpecification::Reader

#include <openrave.h>

OpenRAVE::ConfigurationSpecification::Readerに対する継承グラフ
Inheritance graph
[凡例]
OpenRAVE::ConfigurationSpecification::Readerのコラボレーション図
Collaboration graph
[凡例]

Public メソッド

 Reader (ConfigurationSpecification &spec)
 
virtual ProcessElement startElement (const std::string &name, const AttributesList &atts)
 
virtual bool endElement (const std::string &name)
 
virtual void characters (const std::string &ch)
 
- Public メソッド inherited from OpenRAVE::BaseXMLReader
 BaseXMLReader ()
 
virtual ~BaseXMLReader ()
 
virtual XMLReadablePtr GetReadable ()
 

Protected 変数

ConfigurationSpecification_spec
 
std::stringstream _ss
 
BaseXMLReaderPtr _preader
 

Additional Inherited Members

- Public 型 inherited from OpenRAVE::BaseXMLReader
enum  ProcessElement { PE_Pass =0, PE_Support =1, PE_Ignore =2 }
 
- Public 変数 inherited from OpenRAVE::BaseXMLReader
std::string _filename
 XML filename/resource used for this class (can be empty)
 

説明

openrave.h992 行で定義されています。

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

OpenRAVE::ConfigurationSpecification::Reader::Reader ( ConfigurationSpecification spec)

関数

virtual void OpenRAVE::ConfigurationSpecification::Reader::characters ( const std::string &  ch)
virtual

gets called for all data in between tags.

引数
cha string to the data

OpenRAVE::BaseXMLReaderを実装しています。

virtual bool OpenRAVE::ConfigurationSpecification::Reader::endElement ( const std::string &  name)
virtual

Gets called at the end of each "</type>" expression. In this case, name is "type"

引数
nameof the tag, will be always lower case
戻り値
true if XMLReader has finished parsing (one condition is that name==_fieldname) , otherwise false

OpenRAVE::BaseXMLReaderを実装しています。

virtual ProcessElement OpenRAVE::ConfigurationSpecification::Reader::startElement ( const std::string &  name,
const AttributesList atts 
)
virtual

Gets called in the beginning of each "<type>" expression. In this case, name is "type"

引数
nameof the tag, will be always lower case
attsstring of attributes where the first std::string is the attribute name and second is the value
戻り値
true if tag is accepted and this class will process it, otherwise false

OpenRAVE::BaseXMLReaderを実装しています。

変数

BaseXMLReaderPtr OpenRAVE::ConfigurationSpecification::Reader::_preader
protected

openrave.h1002 行で定義されています。

ConfigurationSpecification& OpenRAVE::ConfigurationSpecification::Reader::_spec
protected

openrave.h1000 行で定義されています。

std::stringstream OpenRAVE::ConfigurationSpecification::Reader::_ss
protected

openrave.h1001 行で定義されています。


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