Scarab  v3.4.0
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 347 of file param_value.hh.

Member Typedef Documentation

◆ result_type

typedef std::string result_type

Definition at line 350 of file param_value.hh.

Member Function Documentation

◆ operator()() [1/3]

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

Definition at line 351 of file param_value.hh.

◆ operator()() [2/3]

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

Definition at line 355 of file param_value.hh.

◆ operator()() [3/3]

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

Definition at line 360 of file param_value.hh.


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