28 #ifndef CASA_SEQUENCE_H 29 #define CASA_SEQUENCE_H 31 #include <casacore/casa/aips.h> 32 #include <casacore/casa/OS/Mutex.h> 72 {
return SgetNext(); }
73 static uInt SgetNext();
84 #ifndef CASACORE_NO_AUTO_TEMPLATES 85 #include <casacore/casa/Utilities/Sequence.tcc> 86 #endif //# CASACORE_NO_AUTO_TEMPLATES
virtual t getNext()=0
Force derived classes to provide this function, to return the next value in the sequence.
virtual templated base class for sequences
Wrapper around a pthreads mutex.
uInt sequence for general use
this file contains all the compiler specific defines
uInt getNext()
Get the next uInt value in the sequence (thread-safe).