Inheritance diagram for osgIntrospection::StaticMethodInfo0< C, void >:

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 |
| typedef void(*) osgIntrospection::StaticMethodInfo0< C, void >::FunctionType() |
| osgIntrospection::StaticMethodInfo0< C, void >::StaticMethodInfo0 | ( | const std::string & | qname, | |
| FunctionType | f, | |||
| const ParameterInfoList & | plist | |||
| ) | [inline] |
| Value osgIntrospection::StaticMethodInfo0< C, void >::invoke | ( | ValueList & | ) | const [inline, virtual] |
Invokes the reflected static method dynamically passing it the arguments as a list of Value objects.
Reimplemented from osgIntrospection::MethodInfo.
| bool osgIntrospection::StaticMethodInfo0< C, void >::isConst | ( | ) | const [inline, virtual] |
| bool osgIntrospection::StaticMethodInfo0< C, void >::isStatic | ( | ) | const [inline, virtual] |
1.4.7