Singletons
- Singletons:
- This class is a singleton. Only one instance of the class can be created at any time. To create an instance call the static member function
CreateInstance. Use the static member function GetInstance to get a reference to the instance. When the class is no longer needed, the static member function DestroyInstance should be called.
© Copyright 2004-2006 TRUE AXIS PTY LTD Australia. All rights reserved.