Base struct for custom array property removers. More...
Public Member Functions | |
virtual void | remove (Value &, int) const |
virtual void | remove (Value &, ValueList &) const |
virtual | ~PropertyRemover () |
Base struct for custom array property removers.
Descendants should override the remove() method whose purpose is to remove an item from an array property.
virtual osgIntrospection::PropertyRemover::~PropertyRemover | ( | ) | [inline, virtual] |
virtual void osgIntrospection::PropertyRemover::remove | ( | Value & | , | |
ValueList & | ||||
) | const [inline, virtual] |
Reimplemented in osgIntrospection::StdMapReflector< T, IT, VT >::Remover.
References osgIntrospection::PropertyAccessException::REMOVE.
virtual void osgIntrospection::PropertyRemover::remove | ( | Value & | , | |
int | ||||
) | const [inline, virtual] |
![]() | Generated at Wed Aug 26 07:07:00 2009 for the OpenSceneGraph by doxygen 1.6.1. |