28 #ifndef CASA_OBJECTSTACK_H
29 #define CASA_OBJECTSTACK_H
140 #ifndef CASACORE_NO_AUTO_TEMPLATES
141 #include <casacore/casa/Containers/ObjectStack.tcc>
142 #endif //# CASACORE_NO_AUTO_TEMPLATES
Bool empty()
Test if stack empty.
std::vector< T * > stack_p
The Stack.
bool Bool
Define the standard types used by Casacore.
ObjectStack< T > & operator=(const ObjectStack< T > &other)
void clear()
Decimate the stack by getting rid of all unused elements in it.
void put(T *obj)
Return an object to the stack for re-use.
uInt nelements() const
return the stack extend (for debugging use and checking mainly)
static ObjectStack< T > & stack()
Create a singleton stack.
ObjectStack()
All ctor and assignment constructors and assignment (not implemented)
A stack of re-usable objects.
~ObjectStack()
Destructor.