ATLAS Offline Software
Classes | Namespaces | Typedefs | Enumerations
AuxTypes.h File Reference

Basic definitions for auxiliary types. More...

#include <cstddef>
#include "CxxUtils/ConcurrentBitset.h"
#include "CxxUtils/bitmask.h"
Include dependency graph for AuxTypes.h:

Go to the source code of this file.

Classes

class  SG::AuxTypePlaceholder
 Used as type_info when we read an aux data item but it doesn't exist in the registry. More...
 
class  SG::auxid_set_t
 A set of aux data identifiers. More...
 

Namespaces

 SG
 Forward declaration.
 

Typedefs

typedef size_t SG::auxid_t
 Identifier for a particular aux data item. More...
 

Enumerations

enum  SG::AuxVarFlags {
  SG::None = 0x00, SG::Atomic = 0x01, SG::Linked = 0x02, SG::SkipNameCheck = 0x80,
  SG::ATH_BITMASK
}
 Additional flags to qualify an auxiliary variable. More...
 

Detailed Description

Basic definitions for auxiliary types.

Author
scott snyder snyde.nosp@m.r@bn.nosp@m.l.gov
Date
Sep, 2013 This defines types used to identify pieces of aux data.

Definition in file AuxTypes.h.