OpenWalnut  1.4.0
Public Member Functions | Protected Attributes
WTraitsBase Class Reference

Base class to all custom Value Traits for CxxTest. More...

#include <WTraitsBase.h>

List of all members.

Public Member Functions

const char * asString () const

Protected Attributes

std::string m_s
 storing the string representation for output

Detailed Description

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.


Member Function Documentation

const char * WTraitsBase::asString ( ) const [inline]
Returns:
A WFiber as char array aka string

Definition at line 47 of file WTraitsBase.h.

References m_s.


Member Data Documentation

std::string WTraitsBase::m_s [protected]

storing the string representation for output

Definition at line 44 of file WTraitsBase.h.

Referenced by asString().


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