Access(const xmlpp::Node *x, const std::string &name, const std::string &attr_name) | XmlReader | [static] |
GetMarker(const xmlpp::Node *x, const std::string &name) | XmlReader | [static] |
GetRoot() const | XmlReader | |
IsOk() const | XmlReader | |
Load(const std::string &nomfich) | XmlReader | |
parser | XmlReader | |
ReadBool(const xmlpp::Node *father, const std::string &name, bool &output) | XmlReader | [static] |
ReadBoolAttr(const xmlpp::Element *x, const std::string &name, bool &output) | XmlReader | [static] |
ReadDouble(const xmlpp::Node *father, const std::string &name, double &output) | XmlReader | [static] |
ReadDoubleAttr(const xmlpp::Element *x, const std::string &name, double &output) | XmlReader | [static] |
ReadInt(const xmlpp::Node *father, const std::string &name, int &output) | XmlReader | [static] |
ReadIntAttr(const xmlpp::Element *x, const std::string &name, int &output) | XmlReader | [static] |
ReadMarkerValue(const xmlpp::Node *marker, std::string &output) | XmlReader | [static] |
ReadString(const xmlpp::Node *father, const std::string &name, std::string &output) | XmlReader | [static] |
ReadStringAttr(const xmlpp::Element *x, const std::string &name, std::string &output) | XmlReader | [static] |
ReadStringList(const xmlpp::Node *x, const std::string &name, std::list< std::string > &output) | XmlReader | [static] |
ReadUint(const xmlpp::Node *father, const std::string &name, unsigned int &output) | XmlReader | [static] |
ReadUintAttr(const xmlpp::Element *x, const std::string &name, unsigned int &output) | XmlReader | [static] |