Public Member Functions | |
TypedProtectedMethodInfo0 (const std::string &qname, bool isConstMethod, 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 &, 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 &, ValueList &) const |
Invokes the reflected method dynamically on the given instance, passing it the arguments as a list of Value objects. | |
Static Public Member Functions | |
static TypedProtectedMethodInfo0 * | constMethod (const std::string &qname, const ParameterInfoList &plist, VirtualState virtualState, std::string briefHelp=std::string(), std::string detailedHelp=std::string()) |
static TypedProtectedMethodInfo0 * | nonConstMethod (const std::string &qname, const ParameterInfoList &plist, VirtualState virtualState, std::string briefHelp=std::string(), std::string detailedHelp=std::string()) |
osgIntrospection::TypedProtectedMethodInfo0< C, R >::TypedProtectedMethodInfo0 | ( | const std::string & | qname, | |
bool | isConstMethod, | |||
const ParameterInfoList & | plist, | |||
VirtualState | virtualState, | |||
std::string | briefHelp = std::string() , |
|||
std::string | detailedHelp = std::string() | |||
) | [inline] |
static TypedProtectedMethodInfo0* osgIntrospection::TypedProtectedMethodInfo0< C, R >::constMethod | ( | const std::string & | qname, | |
const ParameterInfoList & | plist, | |||
VirtualState | virtualState, | |||
std::string | briefHelp = std::string() , |
|||
std::string | detailedHelp = std::string() | |||
) | [inline, static] |
static TypedProtectedMethodInfo0* osgIntrospection::TypedProtectedMethodInfo0< C, R >::nonConstMethod | ( | const std::string & | qname, | |
const ParameterInfoList & | plist, | |||
VirtualState | virtualState, | |||
std::string | briefHelp = std::string() , |
|||
std::string | detailedHelp = std::string() | |||
) | [inline, static] |
bool osgIntrospection::TypedProtectedMethodInfo0< C, R >::isConst | ( | ) | const [inline, virtual] |
bool osgIntrospection::TypedProtectedMethodInfo0< C, R >::isStatic | ( | ) | const [inline, virtual] |
Value osgIntrospection::TypedProtectedMethodInfo0< C, R >::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.
Value osgIntrospection::TypedProtectedMethodInfo0< C, R >::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.