ra4_draw
4bd0201e3d922d42bd545d4b045ed44db33454a4
|
Typedefs | |
using | ScalarType = NamedFunc::ScalarType |
using | VectorType = NamedFunc::VectorType |
using | ScalarFunc = NamedFunc::ScalarFunc |
using | VectorFunc = NamedFunc::VectorFunc |
Functions | |
template<typename T > | |
NamedFunc | GetFunction (T, const string &name) |
Get dummy NamedFunc in case of substitution failure. More... | |
template<typename T > | |
NamedFunc | GetFunction (T const &(Baby::*baby_func)() const, const string &name) |
Get NamedFunc for a function returning a scalar. More... | |
template<typename T > | |
NamedFunc | GetFunction (vector< T > *const &(Baby::*baby_func)() const, const string &name) |
Get NamedFunc for a function returning a vector. More... | |
using anonymous_namespace{baby.cpp}::ScalarFunc = typedef NamedFunc::ScalarFunc |
using anonymous_namespace{baby.cpp}::ScalarType = typedef NamedFunc::ScalarType |
using anonymous_namespace{baby.cpp}::VectorFunc = typedef NamedFunc::VectorFunc |
using anonymous_namespace{baby.cpp}::VectorType = typedef NamedFunc::VectorType |
NamedFunc anonymous_namespace{baby.cpp}::GetFunction | ( | T | , |
const string & | name | ||
) |
NamedFunc anonymous_namespace{baby.cpp}::GetFunction | ( | T const &(Baby::*)() const | baby_func, |
const string & | name | ||
) |
NamedFunc anonymous_namespace{baby.cpp}::GetFunction | ( | vector< T > *const &(Baby::*)() const | baby_func, |
const string & | name | ||
) |
Get NamedFunc for a function returning a vector.
[in] | baby_func | Member function pointer to variable accessor |
[in] | name | Name of function/variable |
Definition at line 75 of file baby.cpp.
Referenced by Baby::GetFunction().