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

Public Types

using char_set_type = fcppt::parse::basic_char_set_container< Ch >
 
using pos_type = fcppt::parse::position< Ch >
 
using got_type = fcppt::strong_typedef< fcppt::optional::object< Ch >, fcppt::parse::got_tag >
 

Public Member Functions

 complement_error (pos_type, char_set_type &&, got_type)
 
pos_type pos () const
 
char_set_type const & chars () const
 
fcppt::optional::object< Ch > const & got () const
 
bool operator== (complement_error const &) const =default
 

Member Typedef Documentation

◆ char_set_type

template<typename Ch >
using fcppt::parse::complement_error< Ch >::char_set_type = fcppt::parse::basic_char_set_container<Ch>

◆ got_type

template<typename Ch >
using fcppt::parse::complement_error< Ch >::got_type = fcppt::strong_typedef<fcppt::optional::object<Ch>, fcppt::parse::got_tag>

◆ pos_type

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

Constructor & Destructor Documentation

◆ complement_error()

template<typename Ch >
fcppt::parse::complement_error< Ch >::complement_error ( pos_type  ,
char_set_type &&  ,
got_type   
)

Member Function Documentation

◆ chars()

template<typename Ch >
char_set_type const & fcppt::parse::complement_error< Ch >::chars ( ) const

◆ got()

template<typename Ch >
fcppt::optional::object< Ch > const & fcppt::parse::complement_error< Ch >::got ( ) const

◆ operator==()

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

◆ pos()

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