cphot 0.1
A C++ tool for computing photometry from spectra.
rapidxml::eof_error Class Reference

#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...
 

Detailed Description

Definition at line 98 of file rapidxml.hpp.

Member Function Documentation

◆ where()

template<class Ch >
Ch* rapidxml::parse_error::where ( ) const
inlineinherited

Gets pointer to character data where error happened.

Ch should be the same as char type of xml_document that produced the error.

Returns
Pointer to location within the parsed string where error occured.

Definition at line 89 of file rapidxml.hpp.


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