#include <FUObject.h>
Inheritance diagram for FUObjectContainer:
Public Member Functions | |
FUObjectContainer () | |
Constructor: empty. | |
virtual | ~FUObjectContainer () |
Destructor. | |
Protected Member Functions | |
const FUObjectList & | GetObjects () const |
Retrieves the list of objects contained within the container. | |
Friends | |
class | FUObject |
It will release all the objects when it is released and the objects inform it of their creation/destruction.
|
Destructor. Releases all the objects contained within this container. |
|
Retrieves the list of objects contained within the container. This list should be accessed for debugging and testing purposes only.
|