Inheritance diagram for osgIntrospection::IndexInfo:
Public Member Functions | |
virtual const ParameterInfoList & | getIndexParameters () const =0 |
virtual void | getIndexValueSet (int whichindex, const Value &instance, ValueList &values) const =0 |
virtual | ~IndexInfo () |
virtual osgIntrospection::IndexInfo::~IndexInfo | ( | ) | [inline, virtual] |
virtual const ParameterInfoList& osgIntrospection::IndexInfo::getIndexParameters | ( | ) | const [pure virtual] |
Implemented in osgIntrospection::StdMapReflector< T, IT, VT >::Indexer.
virtual void osgIntrospection::IndexInfo::getIndexValueSet | ( | int | whichindex, | |
const Value & | instance, | |||
ValueList & | values | |||
) | const [pure virtual] |
Implemented in osgIntrospection::StdMapReflector< T, IT, VT >::Indexer.