casa
$Rev:20696$
|
uInt sequence for general use More...
#include <Sequence.h>
Public Member Functions | |
uInt | getNext () |
Get the next uInt value in the sequence (thread-safe). | |
Static Public Member Functions | |
static uInt | SgetNext () |
Static Private Attributes | |
static uInt | num |
static Mutex | theirMutex |
uInt sequence for general use
Public interface
This class provides a uInt
based sequence for general use.
Definition at line 66 of file Sequence.h.
uInt casa::uIntSequence::getNext | ( | ) | [inline, virtual] |
Get the next uInt
value in the sequence (thread-safe).
Implements casa::Sequence< uInt >.
Definition at line 71 of file Sequence.h.
References SgetNext().
static uInt casa::uIntSequence::SgetNext | ( | ) | [static] |
Referenced by getNext().
uInt casa::uIntSequence::num [static, private] |
Definition at line 77 of file Sequence.h.
Mutex casa::uIntSequence::theirMutex [static, private] |
Definition at line 78 of file Sequence.h.