4.6.0
Freundlich's C++ toolkit
Loading...
Searching...
No Matches
fcppt::parse::basic_string_error< Ch > Class Template Reference

Public Types

using pos_type = fcppt::parse::position<Ch>
 
using string_type = std::basic_string<Ch>
 
using expected_type = fcppt::strong_typedef<string_type, fcppt::parse::expected_tag>
 

Public Member Functions

 basic_string_error (pos_type, expected_type &&)
 
pos_type pos () const
 
string_type const & expected () const
 
bool operator== (basic_string_error const &) const =default
 

Member Typedef Documentation

◆ expected_type

template<typename Ch >
using fcppt::parse::basic_string_error< Ch >::expected_type = fcppt::strong_typedef<string_type, fcppt::parse::expected_tag>

◆ pos_type

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

◆ string_type

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

Constructor & Destructor Documentation

◆ basic_string_error()

template<typename Ch >
fcppt::parse::basic_string_error< Ch >::basic_string_error ( pos_type ,
expected_type &&  )

Member Function Documentation

◆ expected()

template<typename Ch >
string_type const & fcppt::parse::basic_string_error< Ch >::expected ( ) const
nodiscard

◆ operator==()

template<typename Ch >
bool fcppt::parse::basic_string_error< Ch >::operator== ( basic_string_error< Ch > const & ) const
nodiscarddefault

◆ pos()

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