InFact
Interpreter and factory for easily creating C++ objects at run-time
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
infact::ValueString< T > Class Template Reference

A template class that helps print out values with ostream& operator support and vectors of those values. More...

#include <environment.h>

Public Member Functions

string ToString (const T &value) const
 

Detailed Description

template<typename T>
class infact::ValueString< T >

A template class that helps print out values with ostream& operator support and vectors of those values.

Template Parameters
Tthe type to print to an ostream

Definition at line 186 of file environment.h.

Member Function Documentation

template<typename T>
string infact::ValueString< T >::ToString ( const T &  value) const
inline

Definition at line 188 of file environment.h.


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