Tapkee
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ValueWrapperImplementation< std::string > Class Template Reference

#include <implementations.hpp>

Public Member Functions

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

Private Attributes

const std::string value_
 

Detailed Description

template<>
class formatting::internal::ValueWrapperImplementation< std::string >

Definition at line 95 of file implementations.hpp.

Constructor & Destructor Documentation

ValueWrapperImplementation ( const std::string &  value)

Definition at line 99 of file implementations.hpp.

Member Function Documentation

virtual std::string representation ( ) const
virtual

Implements ValueWrapperImplementationBase.

Definition at line 101 of file implementations.hpp.

Member Data Documentation

const std::string value_
private

Definition at line 106 of file implementations.hpp.


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