NDDEM
Public Member Functions | Private Attributes | List of all members
pugi::xpath_exception Class Reference

#include <pugixml.hpp>

+ Inheritance diagram for pugi::xpath_exception:

Public Member Functions

 xpath_exception (const xpath_parse_result &result)
 
virtual const char * what () const PUGIXML_OVERRIDE throw ()
 
const xpath_parse_resultresult () const
 

Private Attributes

xpath_parse_result _result
 

Constructor & Destructor Documentation

◆ xpath_exception()

PUGI_IMPL_FN pugi::xpath_exception::xpath_exception ( const xpath_parse_result result)
explicit

Member Function Documentation

◆ result()

PUGI_IMPL_FN const xpath_parse_result & pugi::xpath_exception::result ( ) const

◆ what()

PUGI_IMPL_FN const char * pugi::xpath_exception::what ( ) const
throw (
)
virtual

Member Data Documentation

◆ _result

xpath_parse_result pugi::xpath_exception::_result
private

The documentation for this class was generated from the following files: