![]() |
Protium
Math and Design Features
|
#include <FunctionMapped.h>
Private Types | |
typedef void(Derived::* | d_func )(double) |
typedef std::map< std::string, d_func > | func_map |
Private Member Functions | |
void | AddValueToMap (const std::string &value, d_func f) |
void | Set (const std::string &value, const std::string &value) |
Private Attributes | |
func_map | d_config |
Definition at line 17 of file FunctionMapped.h.
|
private |
Definition at line 18 of file FunctionMapped.h.
|
private |
Definition at line 19 of file FunctionMapped.h.
|
inlineprivate |
Definition at line 22 of file FunctionMapped.h.
|
inlineprivatevirtual |
Implements Protium::Design::FunctionMappedPrototype.
Definition at line 25 of file FunctionMapped.h.
|
private |
Definition at line 20 of file FunctionMapped.h.