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

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