MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2005 by Michal Spanel
.
More...
Typedefs | |
typedef std::list < CSingletonLifetime * > | tSingletonTracker |
Vector of all created singleton instances. | |
Functions | |
void | atExitFunction () |
The number of elements in the array. | |
Variables | |
tSingletonTracker * | pSingletonTracker |
Extern vector of all created singleton instances. |
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2005 by Michal Spanel
.
Author: Michal Spanel, spanel@fit.vutbr.cz
File: mdsSingleton.hxx
Section: libBase
Date: 2004/10/17
This code is based on The Loki Library which accompanies the famous book: Alexandrescu, Andrei. "Modern C++ Design: Generic Programming and Design Patterns Applied". Copyright (c) 2001. Addison-Wesley.
The Loki Library Copyright (c) 2001 by Andrei Alexandrescu Permission to use, copy, modify, distribute and sell this software for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation.
Description:
typedef std::list<CSingletonLifetime *> tSingletonTracker |
Vector of all created singleton instances.
void atExitFunction | ( | ) |
The number of elements in the array.
Ensures proper destruction of objects with longevity
Extern vector of all created singleton instances.