casacore
|
uInt sequence for general use More...
#include <Sequence.h>
Public Member Functions | |
uInt | getNext () |
Get the next uInt value in the sequence (thread-safe). More... | |
Public Member Functions inherited from casacore::Sequence< uInt > | |
virtual | ~Sequence () |
Static Public Member Functions | |
static uInt | SgetNext () |
Static Private Attributes | |
static std::atomic< uInt > | next |
uInt sequence for general use
Public interface
This class provides a uInt
based sequence for general use.
Definition at line 67 of file Sequence.h.
|
inlinevirtual |
Get the next uInt
value in the sequence (thread-safe).
Implements casacore::Sequence< uInt >.
Definition at line 72 of file Sequence.h.
References SgetNext().
|
staticprivate |
Definition at line 79 of file Sequence.h.