openrave.org

 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義 グループ ページ
Public メソッド | Protected 変数 | すべてのメンバ一覧
クラス cppexamples::CustomController::PIDXMLReader
cppexamples::CustomController::PIDXMLReaderに対する継承グラフ
Inheritance graph
[凡例]
cppexamples::CustomController::PIDXMLReaderのコラボレーション図
Collaboration graph
[凡例]

Public メソッド

 PIDXMLReader (boost::shared_ptr< XMLData > piddata, const AttributesList &atts)
 
virtual XMLReadablePtr GetReadable ()
 
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 ()
 

Protected 変数

boost::shared_ptr< XMLData_piddata
 
stringstream _ss
 

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)
 

説明

customreader.cpp27 行で定義されています。

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

cppexamples::CustomController::PIDXMLReader::PIDXMLReader ( boost::shared_ptr< XMLData piddata,
const AttributesList atts 
)
inline

customreader.cpp30 行で定義されています。

関数

virtual void cppexamples::CustomController::PIDXMLReader::characters ( const std::string &  ch)
inlinevirtual

gets called for all data in between tags.

引数
cha string to the data

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

customreader.cpp64 行で定義されています。

virtual bool cppexamples::CustomController::PIDXMLReader::endElement ( const std::string &  name)
inlinevirtual

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を実装しています。

customreader.cpp48 行で定義されています。

virtual XMLReadablePtr cppexamples::CustomController::PIDXMLReader::GetReadable ( )
inlinevirtual

a readable interface that stores the information processsed for the current tag This pointer is used to the InterfaceBase class registered readers

OpenRAVE::BaseXMLReaderを再定義しています。

customreader.cpp39 行で定義されています。

virtual ProcessElement cppexamples::CustomController::PIDXMLReader::startElement ( const std::string &  name,
const AttributesList atts 
)
inlinevirtual

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を実装しています。

customreader.cpp43 行で定義されています。

変数

boost::shared_ptr<XMLData> cppexamples::CustomController::PIDXMLReader::_piddata
protected

customreader.cpp71 行で定義されています。

stringstream cppexamples::CustomController::PIDXMLReader::_ss
protected

customreader.cpp72 行で定義されています。


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