OpenWalnut  1.5.0dev
Public Member Functions | Protected Attributes | List of all members
WTraitsBase Class Reference

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

#include <WTraitsBase.h>

+ Collaboration diagram for WTraitsBase:

Public Member Functions

const char * asString () const
 

Protected Attributes

std::string m_s
 storing the string representation for output More...
 

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

◆ asString()

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

◆ 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().


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