4.4.1
Freundlich's C++ toolkit
Loading...
Searching...
No Matches
Public Types | Public Member Functions
fcppt::parse::custom_error< Ch > Class Template Reference

Public Types

using pos_type = fcppt::parse::position< Ch >
 
using string_type = std::basic_string< Ch >
 

Public Member Functions

 custom_error (pos_type, string_type &&)
 
pos_type pos () const
 
string_type const & message () const
 
bool operator== (custom_error const &) const =default
 

Member Typedef Documentation

◆ pos_type

template<typename Ch >
using fcppt::parse::custom_error< Ch >::pos_type = fcppt::parse::position<Ch>

◆ string_type

template<typename Ch >
using fcppt::parse::custom_error< Ch >::string_type = std::basic_string<Ch>

Constructor & Destructor Documentation

◆ custom_error()

template<typename Ch >
fcppt::parse::custom_error< Ch >::custom_error ( pos_type  ,
string_type &&   
)

Member Function Documentation

◆ message()

template<typename Ch >
string_type const & fcppt::parse::custom_error< Ch >::message ( ) const

◆ operator==()

template<typename Ch >
bool fcppt::parse::custom_error< Ch >::operator== ( custom_error< Ch > const &  ) const
default

◆ pos()

template<typename Ch >
pos_type fcppt::parse::custom_error< Ch >::pos ( ) const