ATLAS Offline Software
Classes | Namespaces | Typedefs
AuxTypeVector.h File Reference

Implementation of IAuxTypeVector for specific types. More...

#include "AthContainersInterfaces/IAuxTypeVector.h"
#include "AthContainersInterfaces/IAuxSetOption.h"
#include "AthContainers/tools/AuxDataTraits.h"
#include "AthContainers/PackedContainer.h"
#include <typeinfo>
#include <vector>
#include <algorithm>
#include <utility>
#include <stdint.h>
#include <type_traits>
#include "AthContainers/tools/AuxTypeVector.icc"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SG::AuxTypeVectorHolder< T, CONT >
 Implementation of IAuxTypeVector for specific types. More...
 
class  SG::AuxTypeVectorT< HOLDER >
 Implementation of IAuxTypeVector holding a vector instance. More...
 

Namespaces

 SG
 Forward declaration.
 

Typedefs

template<class T , class ALLOC = AuxAllocator_t<T>, class CONT = typename AuxDataTraits<T, ALLOC>::vector_type>
using SG::AuxTypeVector = AuxTypeVectorT< AuxTypeVectorHolder< T, CONT > >
 Default type derives directly from AuxTypeVectorHolder. More...
 

Detailed Description

Implementation of IAuxTypeVector for specific types.

Author
scott snyder snyde.nosp@m.r@bn.nosp@m.l.gov
Date
Sep, 2013

Definition in file AuxTypeVector.h.