|
Tapkee
|
#include <implementations.hpp>
Public Member Functions | |
| ValueWrapperImplementation (const T &value) | |
| virtual std::string | representation () const |
Private Attributes | |
| const T | value_ |
Definition at line 48 of file implementations.hpp.
| ValueWrapperImplementation | ( | const T & | value | ) |
Definition at line 52 of file implementations.hpp.
|
virtual |
Implements ValueWrapperImplementationBase.
Definition at line 54 of file implementations.hpp.
|
private |
Definition at line 61 of file implementations.hpp.