ATLAS Offline Software
Public Types | Static Public Member Functions | List of all members
SG::AuxStore_traits_NoAuxDefault Struct Reference

Default traits values for no-aux data case. More...

#include <AuxStore_traits.h>

Collaboration diagram for SG::AuxStore_traits_NoAuxDefault:

Public Types

typedef std::false_type flag
 
typedef NoAuxStore type
 
typedef NoAuxStore const_type
 

Static Public Member Functions

static const std::string & typeName ()
 
static const std::string & const_typeName ()
 

Detailed Description

Default traits values for no-aux data case.

Definition at line 78 of file AuxStore_traits.h.

Member Typedef Documentation

◆ const_type

Definition at line 89 of file AuxStore_traits.h.

◆ flag

typedef std::false_type SG::AuxStore_traits_NoAuxDefault::flag

Definition at line 80 of file AuxStore_traits.h.

◆ type

Definition at line 82 of file AuxStore_traits.h.

Member Function Documentation

◆ const_typeName()

static const std::string& SG::AuxStore_traits_NoAuxDefault::const_typeName ( )
inlinestatic

Definition at line 90 of file AuxStore_traits.h.

91  {
92  static const std::string name ("SG::NoAuxStore");
93  return name;
94  }

◆ typeName()

static const std::string& SG::AuxStore_traits_NoAuxDefault::typeName ( )
inlinestatic

Definition at line 83 of file AuxStore_traits.h.

84  {
85  static const std::string name ("SG::NoAuxStore");
86  return name;
87  }

The documentation for this struct was generated from the following file:
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195