Scarab  v2.1.0
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 353 of file param_value.hh.

Member Typedef Documentation

typedef void result_type

Definition at line 356 of file param_value.hh.

Member Function Documentation

void operator() ( bool &  a_value) const
inline

Definition at line 357 of file param_value.hh.

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

Definition at line 361 of file param_value.hh.

void operator() ( T &  a_value) const
inline

Definition at line 366 of file param_value.hh.


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