
Public Types | |
| typedef R(* | FunctionType )(P0, P1, P2, P3, P4, P5) |
Public Member Functions | |
| StaticMethodInfo6 (const std::string &qname, FunctionType f, const ParameterInfoList &plist) | |
| bool | isConst () const |
| Returns whether the reflected method is const or not. | |
| bool | isStatic () const |
| Returns whether the reflected method is static or not. | |
| Value | invoke (ValueList &args) const |
| Invokes the reflected static method dynamically passing it the arguments as a list of Value objects. | |
|
|||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||
|
Invokes the reflected static method dynamically passing it the arguments as a list of Value objects.
Reimplemented from osgIntrospection::MethodInfo. |
|
|||||||||
|
Returns whether the reflected method is const or not.
Implements osgIntrospection::MethodInfo. |
|
|||||||||
|
Returns whether the reflected method is static or not.
Implements osgIntrospection::MethodInfo. |