osgIntrospection::PropertyGetter Struct Reference

Inheritance diagram for osgIntrospection::PropertyGetter:

osgIntrospection::PublicMemberAccessor< C, P > osgIntrospection::StdListReflector< T, VT >::Getter osgIntrospection::StdMapReflector< T, IT, VT >::Getter osgIntrospection::StdPairReflector< T, PT1, PT2 >::Accessor osgIntrospection::StdSetReflector< T, VT >::Getter osgIntrospection::StdVectorReflector< T, VT >::Getter List of all members.

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 ()

Detailed Description

Base struct for custom property getters. 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.


Constructor & Destructor Documentation

virtual osgIntrospection::PropertyGetter::~PropertyGetter (  )  [inline, virtual]


Member Function Documentation

virtual Value osgIntrospection::PropertyGetter::get ( const Value ,
int   
) const [inline, virtual]

Reimplemented in osgIntrospection::StdVectorReflector< T, VT >::Getter, osgIntrospection::StdSetReflector< T, VT >::Getter, and osgIntrospection::StdListReflector< T, VT >::Getter.

virtual Value osgIntrospection::PropertyGetter::get ( const Value  )  const [inline, virtual]

Reimplemented in osgIntrospection::PublicMemberAccessor< C, P >, and osgIntrospection::StdPairReflector< T, PT1, PT2 >::Accessor.

virtual Value osgIntrospection::PropertyGetter::get ( const Value ,
const ValueList  
) const [inline, virtual]

Reimplemented in osgIntrospection::StdMapReflector< T, IT, VT >::Getter.

virtual Value osgIntrospection::PropertyGetter::get ( Value ,
int   
) const [inline, virtual]

Reimplemented in osgIntrospection::StdVectorReflector< T, VT >::Getter, osgIntrospection::StdSetReflector< T, VT >::Getter, and osgIntrospection::StdListReflector< T, VT >::Getter.

virtual Value osgIntrospection::PropertyGetter::get ( Value  )  const [inline, virtual]

Reimplemented in osgIntrospection::PublicMemberAccessor< C, P >, and osgIntrospection::StdPairReflector< T, PT1, PT2 >::Accessor.

virtual Value osgIntrospection::PropertyGetter::get ( Value ,
const ValueList  
) const [inline, virtual]

Reimplemented in osgIntrospection::StdMapReflector< T, IT, VT >::Getter.


The documentation for this struct was generated from the following file:
Generated on Sun Oct 1 13:17:10 2006 for openscenegraph by  doxygen 1.4.7