Public Member Functions | |
virtual Value | get (Value &, const ValueList &) const |
virtual Value | get (Value &) const |
virtual Value | get (Value &, int) const |
virtual Value | get (const Value &, const ValueList &) const |
virtual Value | get (const Value &) const |
virtual Value | get (const Value &, int) const |
virtual | ~PropertyGetter () |
Descendants may override one or more of the get() methods to provide the means for retrieving the value of a property. The first version of get() is used with indexed properties, the second one serves simple properties and the last one is used with array properties.
virtual osgIntrospection::PropertyGetter::~PropertyGetter | ( | ) | [inline, virtual] |
virtual Value osgIntrospection::PropertyGetter::get | ( | Value & | , | |
const ValueList & | ||||
) | const [inline, virtual] |
Reimplemented in osgIntrospection::StdMapReflector< T, IT, VT >::Getter.
virtual Value osgIntrospection::PropertyGetter::get | ( | const Value & | , | |
const ValueList & | ||||
) | const [inline, virtual] |
Reimplemented in osgIntrospection::StdMapReflector< T, IT, VT >::Getter.