SECLayoutFactory::DeallocAllNodes
voidSECLayoutFactory::DeallocAllNodes(void)
Deallocate all layout node objects previously allocated by this factory.
Defined in: FACTORY.CPP
Return Value
void
Comments
In general, you will want the factory destructor to perform the deallocation. This function is provided for finer control over the memory management.