#include <SymbolMapper.hh>
typedef void(* GenericAPI::SymbolMapper::func_type)(...) |
-
I Integer parameter
-
LS List of string parameters
-
NS Variable name parameter
-
S String parameter
Enumerator |
---|
ARGS_I |
|
ARGS_S |
|
ARGS_NS |
|
ARGS_LS |
|
virtual GenericAPI::SymbolMapper::~SymbolMapper |
( |
| ) |
|
|
virtual |
static void GenericAPI::SymbolMapper::Add |
( |
const std::string & |
Symbol, |
|
|
arg_type |
Arg, |
|
|
func_type |
Function |
|
) |
| |
|
inlinestatic |
void GenericAPI::SymbolMapper::add |
( |
const std::string & |
Symbol, |
|
|
arg_type |
Arg, |
|
|
func_type |
Function |
|
) |
| |
|
protected |
virtual void GenericAPI::SymbolMapper::addSymbol |
( |
const std::string & |
Symbol, |
|
|
arg_type |
Arg, |
|
|
func_type |
Function |
|
) |
| |
|
protectedpure virtual |
const info* GenericAPI::SymbolMapper::lookup |
( |
const std::string & |
Symbol | ) |
const |
|
protected |
static void GenericAPI::SymbolMapper::OnExit |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file: