osgIntrospection::StaticMethodInfo0< C, void > Class Template Reference
List of all members.
Public Types |
| typedef void(* | FunctionType )() |
Public Member Functions |
| | StaticMethodInfo0 (const std::string &qname, FunctionType f, const ParameterInfoList &plist, 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 (ValueList &) const |
| | Invokes the reflected static method dynamically passing it the arguments as a list of Value objects.
|
template<typename C>
class osgIntrospection::StaticMethodInfo0< C, void >
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
The documentation for this class was generated from the following file: