ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
Athena::RCUObjectGraceSets Struct Reference
Collaboration diagram for Athena::RCUObjectGraceSets:

Public Member Functions

 RCUObjectGraceSets (size_t nslots)
 

Public Attributes

boost::dynamic_bitset m_grace
 Bit[i] set means that slot i is in a grace period. More...
 
boost::dynamic_bitset m_oldGrace
 Same thing, for the objects marked as old. More...
 

Detailed Description

Definition at line 49 of file RCUObject.cxx.

Constructor & Destructor Documentation

◆ RCUObjectGraceSets()

Athena::RCUObjectGraceSets::RCUObjectGraceSets ( size_t  nslots)
inline

Definition at line 51 of file RCUObject.cxx.

52  : m_grace (nslots),
53  m_oldGrace (nslots)
54  {
55  }

Member Data Documentation

◆ m_grace

boost::dynamic_bitset Athena::RCUObjectGraceSets::m_grace

Bit[i] set means that slot i is in a grace period.

Definition at line 59 of file RCUObject.cxx.

◆ m_oldGrace

boost::dynamic_bitset Athena::RCUObjectGraceSets::m_oldGrace

Same thing, for the objects marked as old.

Definition at line 62 of file RCUObject.cxx.


The documentation for this struct was generated from the following file:
Athena::RCUObjectGraceSets::m_oldGrace
boost::dynamic_bitset m_oldGrace
Same thing, for the objects marked as old.
Definition: RCUObject.cxx:62
Athena::RCUObjectGraceSets::m_grace
boost::dynamic_bitset m_grace
Bit[i] set means that slot i is in a grace period.
Definition: RCUObject.cxx:59