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

Public Types

typedef void result_type
 

Public Member Functions

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

Detailed Description

Definition at line 381 of file param_value.hh.

Member Typedef Documentation

◆ result_type

typedef void result_type

Definition at line 384 of file param_value.hh.

Member Function Documentation

◆ operator()() [1/3]

void operator() ( bool &  a_value) const
inline

Definition at line 385 of file param_value.hh.

◆ operator()() [2/3]

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

Definition at line 389 of file param_value.hh.

◆ operator()() [3/3]

void operator() ( T &  a_value) const
inline

Definition at line 394 of file param_value.hh.


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