#include <rapidxml.hpp>
Inheritance diagram for rapidxml::eof_error:Public Member Functions | |
| template<class Ch > | |
| Ch * | where () const |
| Gets pointer to character data where error happened. More... | |
Definition at line 98 of file rapidxml.hpp.
|
inlineinherited |
Gets pointer to character data where error happened.
Ch should be the same as char type of xml_document that produced the error.
Definition at line 89 of file rapidxml.hpp.