#include <XMLTool.hh>
Public Member Functions | |
XMLTool () | |
~XMLTool () | |
int | parse (SteerDesc &_steerDesc, string _xmlFileName) |
void | receiveEvent (string balise, const map< string, string > &key_value) const |
Private Attributes | |
string | xmlFileName |
SteerDesc * | steerDesc |
Definition at line 155 of file XMLTool.hh.
XMLTool::XMLTool | ( | ) |
XMLTool::~XMLTool | ( | ) | [inline] |
void XMLTool::receiveEvent | ( | string | balise, | |
const map< string, string > & | key_value | |||
) | const |
string XMLTool::xmlFileName [private] |
Definition at line 166 of file XMLTool.hh.
SteerDesc* XMLTool::steerDesc [private] |
Definition at line 167 of file XMLTool.hh.