MapElement::Detach
Defined in:
Removes an object from any map to which it belongs.
TSMap.h
Prototype
virtual void Detach(void);
Description
The Detach
function removes an object from its owning map. If the object is not a member of a map, then the Detach
function has no effect.
See Also