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

#include <pugixml.hpp>

+ Inheritance diagram for pugi::xpath_exception:
+ Collaboration diagram for pugi::xpath_exception:

Public Member Functions

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

Private Attributes

xpath_parse_result _result
 

Detailed Description

Definition at line 1258 of file pugixml.hpp.

Constructor & Destructor Documentation

◆ xpath_exception()

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

Definition at line 11937 of file pugixml.cpp.

References _result, and pugi::xpath_parse_result::error.

Member Function Documentation

◆ result()

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

Definition at line 11947 of file pugixml.cpp.

References _result.

◆ what()

PUGI__FN const char * pugi::xpath_exception::what ( ) const
virtualnoexcept

Definition at line 11942 of file pugixml.cpp.

References _result, and pugi::xpath_parse_result::error.

Member Data Documentation

◆ _result

xpath_parse_result pugi::xpath_exception::_result
private

Definition at line 1261 of file pugixml.hpp.

Referenced by result(), what(), and xpath_exception().


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