
Public Types | |
| typedef void(* | FunctionType )() |
Public Member Functions | |
| StaticMethodInfo0 (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 &) 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. |
|
||||||||||||||||||||
|
|