XPath parsing result. More...
#include <xpathparseresult.h>
Public Member Functions | |
| XPathParseResult () | |
| Default constructor, initializes object to failed state. | |
| const char * | Description () const |
| Error message (0 if no error). | |
| operator bool () const | |
| Cast to bool operator. More... | |
Public Attributes | |
| const char * | error |
| Error message (0 if no error) More... | |
| ptrdiff_t | Offset |
| Last parsed Offset (in Character units from string start) | |
XPath parsing result.
Definition at line 73 of file xpathparseresult.h.
| Mezzanine::XML::XPathParseResult::operator bool | ( | ) | const |
Cast to bool operator.
| const char* Mezzanine::XML::XPathParseResult::error |
Error message (0 if no error)
Definition at line 78 of file xpathparseresult.h.
1.8.9.1. Thanks to the
Open Icon Library
for help with some of the icons.