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< bool > Class Template Reference

A specialization of the ValueString class to support printing of boolean values. More...

#include <environment.h>

Public Member Functions

string ToString (const bool &value) const
 

Detailed Description

template<>
class infact::ValueString< bool >

A specialization of the ValueString class to support printing of boolean values.

Definition at line 208 of file environment.h.

Member Function Documentation

string infact::ValueString< bool >::ToString ( const bool &  value) const
inline

Definition at line 210 of file environment.h.


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