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

#include <error.h>

Inheritance diagram for math::EMath:
math::ECalcError math::ELibraryLookup math::EReadError

Public Member Functions

 EMath (const std::string &AReason)
 
std::string reason () const
 

Detailed Description

EMath is the base class for all libmath++ error classes. The derivations of EMath may be found in its corresponding modules.

Definition at line 34 of file error.h.

Constructor & Destructor Documentation

◆ EMath()

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

Definition at line 39 of file error.h.

39: FReason(AReason) {}

Member Function Documentation

◆ reason()

std::string math::EMath::reason ( ) const
inline

Definition at line 41 of file error.h.

41{ return FReason; }

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