casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Static Public Member Functions | Static Private Attributes
casa::uIntSequence Class Reference

uInt sequence for general use More...

#include <Sequence.h>

Inheritance diagram for casa::uIntSequence:
casa::Sequence< uInt >

List of all members.

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

Detailed Description

uInt sequence for general use

Intended use:

Public interface

Review Status

Reviewed By:
Friso Olnon
Date Reviewed:
1995/03/17

Synopsis

This class provides a uInt based sequence for general use.

Definition at line 66 of file Sequence.h.


Member Function Documentation

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().


Member Data Documentation

uInt casa::uIntSequence::num [static, private]

     

Definition at line 77 of file Sequence.h.

Definition at line 78 of file Sequence.h.


The documentation for this class was generated from the following file: