Scarab  v2.2.1
Project 8 C++ Utility Library
Public Types | Public Member Functions | List of all members
param_value::as_string_visitor Class Reference
Inheritance diagram for param_value::as_string_visitor:
Inheritance graph

Public Types

typedef std::string result_type
 

Public Member Functions

std::string operator() (bool a_value) const
 
std::string operator() (const std::string &a_value) const
 
template<typename T >
std::string operator() (T a_value) const
 

Detailed Description

Definition at line 319 of file param_value.hh.

Member Typedef Documentation

typedef std::string result_type

Definition at line 322 of file param_value.hh.

Member Function Documentation

std::string operator() ( bool  a_value) const
inline

Definition at line 323 of file param_value.hh.

std::string operator() ( const std::string &  a_value) const
inline

Definition at line 327 of file param_value.hh.

std::string operator() ( a_value) const
inline

Definition at line 332 of file param_value.hh.


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