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 110 of file implementations.hpp.

Constructor & Destructor Documentation

◆ ValueWrapperImplementation()

ValueWrapperImplementation ( const T *  value)

Definition at line 114 of file implementations.hpp.

Member Function Documentation

◆ representation()

virtual std::string representation ( ) const
virtual

Implements ValueWrapperImplementationBase.

Definition at line 116 of file implementations.hpp.

Member Data Documentation

◆ value_

const T* value_
private

Definition at line 123 of file implementations.hpp.


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