Jack2 1.9.6
Public Member Functions | Public Attributes

Jack::AtomicCounter Struct Reference

Counter for CAS. More...

#include <JackAtomicState.h>

List of all members.

Public Member Functions

 AtomicCounter (volatile const AtomicCounter &obj)
 AtomicCounter (volatile AtomicCounter &obj)
AtomicCounteroperator= (AtomicCounter &obj)
AtomicCounteroperator= (volatile AtomicCounter &obj)

Public Attributes

union {
   struct {
      UInt16   fShortVal1
      UInt16   fShortVal2
   }   scounter
   UInt32   fLongVal
info

Detailed Description

Counter for CAS.

Definition at line 34 of file JackAtomicState.h.


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