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

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

#include <AuxStore_traits.h>

Collaboration diagram for SG::AuxStore_traits_AuxDefault:

Public Types

typedef std::true_type flag
 
typedef IAuxStore type
 
typedef IConstAuxStore const_type
 

Static Public Member Functions

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

Detailed Description

Default traits values for aux data case.

Definition at line 57 of file AuxStore_traits.h.

Member Typedef Documentation

◆ const_type

Definition at line 68 of file AuxStore_traits.h.

◆ flag

typedef std::true_type SG::AuxStore_traits_AuxDefault::flag

Definition at line 59 of file AuxStore_traits.h.

◆ type

Definition at line 61 of file AuxStore_traits.h.

Member Function Documentation

◆ const_typeName()

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

Definition at line 69 of file AuxStore_traits.h.

70  {
71  static const std::string name ("SG::IConstAuxStore");
72  return name;
73  }

◆ typeName()

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

Definition at line 62 of file AuxStore_traits.h.

63  {
64  static const std::string name ("SG::IAuxStore");
65  return name;
66  }

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