Public Member Functions | |
TypedConstructorInfo0 (const ParameterInfoList &plist, std::string briefHelp=std::string(), std::string detailedHelp=std::string()) | |
Value | createInstance (ValueList &) const |
osgIntrospection::TypedConstructorInfo0< C, IC >::TypedConstructorInfo0 | ( | const ParameterInfoList & | plist, |
std::string | briefHelp = std::string() , |
||
std::string | detailedHelp = std::string() |
||
) | [inline] |
Value osgIntrospection::TypedConstructorInfo0< C, IC >::createInstance | ( | ValueList & | args ) | const [inline, virtual] |
Invokes the reflected constructor dynamically passing it the arguments as a list of Value objects.
Implements osgIntrospection::ConstructorInfo.