Result of the parsing of XMLReader. More...
#include <yarp/robotinterface/experimental/XMLReader.h>
Result of the parsing of XMLReader.
Definition at line 25 of file XMLReader.h.
Static Public Member Functions | |
static XMLReaderResult | ParsingFailed () |
Public Attributes | |
bool | parsingIsSuccessful = false |
True if the parsing was successful, false otherwise. More... | |
Robot | robot |
If parsingIsSuccessful is true, contains a valid robot instance. More... | |
|
inlinestatic |
Definition at line 28 of file XMLReader.h.
bool yarp::robotinterface::experimental::XMLReaderResult::parsingIsSuccessful = false |
True if the parsing was successful, false otherwise.
Definition at line 38 of file XMLReader.h.
Robot yarp::robotinterface::experimental::XMLReaderResult::robot |
If parsingIsSuccessful is true, contains a valid robot instance.
Definition at line 43 of file XMLReader.h.