28 #ifndef CASA_SEQUENCE_H
29 #define CASA_SEQUENCE_H
31 #include <casacore/casa/aips.h>
78 #if defined(USE_THREADS)
79 static std::atomic<uInt>
next;
88 #ifndef CASACORE_NO_AUTO_TEMPLATES
89 #include <casacore/casa/Utilities/Sequence.tcc>
virtual t getNext()=0
Force derived classes to provide this function, to return the next value in the sequence.
uInt sequence for general use
uInt getNext()
Get the next uInt value in the sequence (thread-safe).
static std::atomic< uInt > next
this file contains all the compiler specific defines