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

Public Types

typedef std::string result_type
 

Public Member Functions

std::string operator() (bool) const
 
std::string operator() (uint64_t) const
 
std::string operator() (int64_t) const
 
std::string operator() (double) const
 
std::string operator() (const std::string &) const
 

Detailed Description

Definition at line 136 of file param_value.hh.

Member Typedef Documentation

◆ result_type

typedef std::string result_type

Definition at line 139 of file param_value.hh.

Member Function Documentation

◆ operator()() [1/5]

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

Definition at line 140 of file param_value.hh.

◆ operator()() [2/5]

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

Definition at line 144 of file param_value.hh.

◆ operator()() [3/5]

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

Definition at line 148 of file param_value.hh.

◆ operator()() [4/5]

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

Definition at line 152 of file param_value.hh.

◆ operator()() [5/5]

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

Definition at line 156 of file param_value.hh.


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