OpenWalnut
1.4.0
|
Base class to all custom Value Traits for CxxTest. More...
#include <WTraitsBase.h>
Public Member Functions | |
const char * | asString () const |
Protected Attributes | |
std::string | m_s |
storing the string representation for output |
Base class to all custom Value Traits for CxxTest.
This is mainly not to rewrite the asString method again and again until my fingers are bleeding and hurt! ;)
Definition at line 35 of file WTraitsBase.h.
const char * WTraitsBase::asString | ( | ) | const [inline] |
Definition at line 47 of file WTraitsBase.h.
References m_s.
std::string WTraitsBase::m_s [protected] |
storing the string representation for output
Definition at line 44 of file WTraitsBase.h.
Referenced by asString().