OpenSceneGraph 2.8.3
|
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 & | , |
int | |||
) | const [inline, virtual] |
virtual void osgIntrospection::PropertyRemover::remove | ( | Value & | , |
ValueList & | |||
) | const [inline, virtual] |
Reimplemented in osgIntrospection::StdMapReflector< T, IT, VT >::Remover.
References osgIntrospection::PropertyAccessException::REMOVE.
![]() | Generated at Tue Mar 22 2011 13:20:26 for the OpenSceneGraph by doxygen 1.7.3. |