RetroArch
Public Member Functions | Private Attributes | List of all members
peg::parse_error Struct Reference

#include <peglib.h>

Public Member Functions

 parse_error ()=default
 
 parse_error (const char *s)
 
const char * what () const
 

Private Attributes

std::string s_
 

Constructor & Destructor Documentation

◆ parse_error() [1/2]

peg::parse_error::parse_error ( )
default

◆ parse_error() [2/2]

peg::parse_error::parse_error ( const char *  s)
inline

Member Function Documentation

◆ what()

const char* peg::parse_error::what ( ) const
inline
Here is the caller graph for this function:

Member Data Documentation

◆ s_

std::string peg::parse_error::s_
private

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