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

Public Types

typedef uint64_t result_type
 

Public Member Functions

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

Detailed Description

Definition at line 274 of file param_value.hh.

Member Typedef Documentation

typedef uint64_t result_type

Definition at line 277 of file param_value.hh.

Member Function Documentation

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

Definition at line 278 of file param_value.hh.

uint64_t operator() ( a_value) const
inline

Definition at line 283 of file param_value.hh.


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