Tapkee
ValueWrapperImplementation< T > Class Template Reference

#include <implementations.hpp>

Public Member Functions

 ValueWrapperImplementation (const T &value)
 
virtual std::string representation () const
 

Private Attributes

const T value_
 

Detailed Description

template<typename T>
class formatting::internal::ValueWrapperImplementation< T >

Definition at line 48 of file implementations.hpp.

Constructor & Destructor Documentation

ValueWrapperImplementation ( const T &  value)

Definition at line 52 of file implementations.hpp.

Member Function Documentation

virtual std::string representation ( ) const
virtual

Implements ValueWrapperImplementationBase.

Definition at line 54 of file implementations.hpp.

Member Data Documentation

const T value_
private

Definition at line 61 of file implementations.hpp.


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