|
OpenSceneGraph 2.8.4
|

Public Types | |
| typedef void(C::* | ConstFunctionType )() const |
| typedef void(C::* | FunctionType )() |
Public Member Functions | |
| TypedMethodInfo0 (const std::string &qname, ConstFunctionType cf, const ParameterInfoList &plist, VirtualState virtualState, std::string briefHelp=std::string(), std::string detailedHelp=std::string()) | |
| TypedMethodInfo0 (const std::string &qname, FunctionType f, const ParameterInfoList &plist, VirtualState virtualState, std::string briefHelp=std::string(), std::string detailedHelp=std::string()) | |
| 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 |
| Invokes the reflected method dynamically on the given const instance, passing it the arguments as a list of Value objects. | |
| Value | invoke (Value &instance, ValueList &) const |
| Invokes the reflected method dynamically on the given instance, passing it the arguments as a list of Value objects. | |
| 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, | ||
| VirtualState | virtualState, | ||
| std::string | briefHelp = std::string(), |
||
| std::string | detailedHelp = std::string() |
||
| ) | [inline] |
| osgIntrospection::TypedMethodInfo0< C, void >::TypedMethodInfo0 | ( | const std::string & | qname, |
| FunctionType | f, | ||
| const ParameterInfoList & | plist, | ||
| VirtualState | virtualState, | ||
| std::string | briefHelp = std::string(), |
||
| std::string | detailedHelp = std::string() |
||
| ) | [inline] |
| Value osgIntrospection::TypedMethodInfo0< C, void >::invoke | ( | const Value & | instance, |
| ValueList & | args | ||
| ) | 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.
References osgIntrospection::Value::getType(), osgIntrospection::Type::isConstPointer(), and osgIntrospection::Type::isPointer().
| Value osgIntrospection::TypedMethodInfo0< C, void >::invoke | ( | Value & | instance, |
| ValueList & | args | ||
| ) | 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.
References osgIntrospection::Value::getType(), osgIntrospection::Type::isConstPointer(), and osgIntrospection::Type::isPointer().
| bool osgIntrospection::TypedMethodInfo0< C, void >::isConst | ( | ) | const [inline, virtual] |
Returns whether the reflected method is const or not.
Implements osgIntrospection::MethodInfo.
| bool osgIntrospection::TypedMethodInfo0< C, void >::isStatic | ( | ) | const [inline, virtual] |
Returns whether the reflected method is static or not.
Implements osgIntrospection::MethodInfo.
| Generated at Tue May 3 2011 13:35:30 for the OpenSceneGraph by doxygen 1.7.4. |