Math Type Library (libmath++) 0.0.3
Public Member Functions | List of all members
math::EReadError Class Reference

#include <reader.h>

Inheritance diagram for math::EReadError:
math::EMath

Public Member Functions

 EReadError (const std::string &AReason)
 
- Public Member Functions inherited from math::EMath
 EMath (const std::string &AReason)
 
std::string reason () const
 

Detailed Description

EReadError is thrown while parsing the input expression string whenever an error occurs.

Definition at line 38 of file reader.h.

Constructor & Destructor Documentation

◆ EReadError()

math::EReadError::EReadError ( const std::string &  AReason)
inline

Definition at line 40 of file reader.h.

40: EMath(AReason) {}

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