#include <TrivialError.h>
Public Member Functions | |
operator double () const | |
TrivialError (double v) | |
double | value () const |
Public Attributes | |
double | m_value |
Definition at line 12 of file TrivialError.h.
TrivialError::TrivialError | ( | double | v | ) | [inline] |
Definition at line 14 of file TrivialError.h.
TrivialError::operator double | ( | ) | const [inline] |
double TrivialError::value | ( | ) | const [inline] |
Definition at line 15 of file TrivialError.h.
References m_value.
Referenced by operator double().
{ return m_value;}
double TrivialError::m_value |
Definition at line 13 of file TrivialError.h.
Referenced by value().