|
| Private (XMLReaderFileV3 *parent) |
|
virtual | ~Private () |
|
yarp::robotinterface::XMLReaderResult | readRobotFromFile (const std::string &fileName) |
|
yarp::robotinterface::XMLReaderResult | readRobotFromString (const std::string &xmlString) |
|
yarp::robotinterface::XMLReaderResult | readRobotTag (TiXmlElement *robotElem) |
|
yarp::robotinterface::DeviceList | readDevices (TiXmlElement *devicesElem, yarp::robotinterface::XMLReaderResult &result) |
|
yarp::robotinterface::Device | readDeviceTag (TiXmlElement *deviceElem, yarp::robotinterface::XMLReaderResult &result) |
|
yarp::robotinterface::DeviceList | readDevicesTag (TiXmlElement *devicesElem, yarp::robotinterface::XMLReaderResult &result) |
|
yarp::robotinterface::ParamList | readParams (TiXmlElement *paramsElem, yarp::robotinterface::XMLReaderResult &result) |
|
yarp::robotinterface::Param | readParamTag (TiXmlElement *paramElem, yarp::robotinterface::XMLReaderResult &result) |
|
yarp::robotinterface::Param | readGroupTag (TiXmlElement *groupElem, yarp::robotinterface::XMLReaderResult &result) |
|
yarp::robotinterface::ParamList | readParamListTag (TiXmlElement *paramListElem, yarp::robotinterface::XMLReaderResult &result) |
|
yarp::robotinterface::ParamList | readParamsTag (TiXmlElement *paramsElem, yarp::robotinterface::XMLReaderResult &result) |
|
yarp::robotinterface::ActionList | readActions (TiXmlElement *actionsElem, yarp::robotinterface::XMLReaderResult &result) |
|
yarp::robotinterface::Action | readActionTag (TiXmlElement *actionElem, yarp::robotinterface::XMLReaderResult &result) |
|
yarp::robotinterface::ActionList | readActionsTag (TiXmlElement *actionsElem, yarp::robotinterface::XMLReaderResult &result) |
|
bool | CheckIfIncludeSectionIsEnabled (const std::string &href_enable_tags, const std::string &href_disable_tags) |
|
bool | PerformInclusions (TiXmlNode *pParent, const std::string &parent_fileName, const std::string ¤t_path) |
|
void | ReplaceAllStrings (std::string &str, const std::string &from, const std::string &to) |
|
Definition at line 35 of file XMLReaderFileV3.cpp.
◆ Private()
yarp::robotinterface::impl::XMLReaderFileV3::Private::Private |
( |
XMLReaderFileV3 * |
parent | ) |
|
|
explicit |
◆ ~Private()
yarp::robotinterface::impl::XMLReaderFileV3::Private::~Private |
( |
| ) |
|
|
virtualdefault |
◆ CheckIfIncludeSectionIsEnabled()
bool yarp::robotinterface::impl::XMLReaderFileV3::Private::CheckIfIncludeSectionIsEnabled |
( |
const std::string & |
href_enable_tags, |
|
|
const std::string & |
href_disable_tags |
|
) |
| |
◆ PerformInclusions()
bool yarp::robotinterface::impl::XMLReaderFileV3::Private::PerformInclusions |
( |
TiXmlNode * |
pParent, |
|
|
const std::string & |
parent_fileName, |
|
|
const std::string & |
current_path |
|
) |
| |
◆ readActions()
◆ readActionsTag()
◆ readActionTag()
◆ readDevices()
◆ readDevicesTag()
◆ readDeviceTag()
◆ readGroupTag()
◆ readParamListTag()
◆ readParams()
◆ readParamsTag()
◆ readParamTag()
◆ readRobotFromFile()
◆ readRobotFromString()
◆ readRobotTag()
◆ ReplaceAllStrings()
void yarp::robotinterface::impl::XMLReaderFileV3::Private::ReplaceAllStrings |
( |
std::string & |
str, |
|
|
const std::string & |
from, |
|
|
const std::string & |
to |
|
) |
| |
◆ config
◆ curr_filename
std::string yarp::robotinterface::impl::XMLReaderFileV3::Private::curr_filename |
◆ m_disable_set_found_in_all_xml
std::set<std::string> yarp::robotinterface::impl::XMLReaderFileV3::Private::m_disable_set_found_in_all_xml |
◆ m_disabled_options_from_command_line
std::set<std::string> yarp::robotinterface::impl::XMLReaderFileV3::Private::m_disabled_options_from_command_line |
◆ m_enable_set_found_in_all_xml
std::set<std::string> yarp::robotinterface::impl::XMLReaderFileV3::Private::m_enable_set_found_in_all_xml |
◆ m_enabled_options_from_command_line
std::set<std::string> yarp::robotinterface::impl::XMLReaderFileV3::Private::m_enabled_options_from_command_line |
◆ majorVersion
unsigned int yarp::robotinterface::impl::XMLReaderFileV3::Private::majorVersion |
◆ minorVersion
unsigned int yarp::robotinterface::impl::XMLReaderFileV3::Private::minorVersion |
◆ parent
XMLReaderFileV3* const yarp::robotinterface::impl::XMLReaderFileV3::Private::parent |
◆ verbose_output
bool yarp::robotinterface::impl::XMLReaderFileV3::Private::verbose_output |
The documentation for this class was generated from the following file: