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

Public Types

using pos_type = fcppt::parse::position< Ch >
 
using string_type = std::basic_string< Ch >
 
using type_name_type = fcppt::strong_typedef< string_type, fcppt::parse::type_name_tag >
 
using got_type = fcppt::strong_typedef< string_type, fcppt::parse::got_tag >
 

Public Member Functions

 typed_error (pos_type, type_name_type &&, got_type &&)
 
pos_type pos () const
 
string_type const & type_name () const
 
string_type const & got () const
 
bool operator== (typed_error const &) const =default
 

Member Typedef Documentation

◆ got_type

template<typename Ch >
using fcppt::parse::typed_error< Ch >::got_type = fcppt::strong_typedef<string_type, fcppt::parse::got_tag>

◆ pos_type

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

◆ string_type

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

◆ type_name_type

template<typename Ch >
using fcppt::parse::typed_error< Ch >::type_name_type = fcppt::strong_typedef<string_type, fcppt::parse::type_name_tag>

Constructor & Destructor Documentation

◆ typed_error()

template<typename Ch >
fcppt::parse::typed_error< Ch >::typed_error ( pos_type  ,
type_name_type &&  ,
got_type &&   
)

Member Function Documentation

◆ got()

template<typename Ch >
string_type const & fcppt::parse::typed_error< Ch >::got ( ) const

◆ operator==()

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

◆ pos()

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

◆ type_name()

template<typename Ch >
string_type const & fcppt::parse::typed_error< Ch >::type_name ( ) const