|
OpenSceneGraph 2.8.4
|
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 May 3 2011 13:35:29 for the OpenSceneGraph by doxygen 1.7.4. |