Public Member Functions | |
virtual void | remove (Value &, int) const |
virtual void | remove (Value &, ValueList &) const |
virtual | ~PropertyRemover () |
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.