Jack2  1.9.9
Public Member Functions | Public Attributes | List of all members
Jack::AtomicCounter Struct Reference

Counter for CAS. More...

#include <JackAtomicState.h>

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 35 of file JackAtomicState.h.


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