ContentsIndexHome
PreviousUpNext
IElement::close Method

Closes and invalidates this IElement

 

C++
virtual void close() = 0;

Closing elements after use improves performance and memory use. Only elements retrieved directly can be closed: elements part of an ITuple are closed by closing the ITuple.