ATLAS Offline Software
Public Member Functions | List of all members
registertype Struct Reference

#include <TypeRegistration.h>

Collaboration diagram for registertype:

Public Member Functions

template<class typeinfo_element >
void do_it () const
 

Detailed Description

Definition at line 38 of file TypeRegistration.h.

Member Function Documentation

◆ do_it()

template<class typeinfo_element >
void registertype::do_it ( ) const
inline

Definition at line 40 of file TypeRegistration.h.

40  {
41  typedef typename typeinfo_element::list_of_features FEATURES;
42  typedef typename typeinfo_element::container CONTAINER;
43  typedef typename typeinfo_element::aux AUX;
44 
45  //std::cout << "list of features for contaier " << typeid(CONTAINER).name() << " ";
46  //HLT::TypeInformation::for_each_type<FEATURES,HLT::TypeInformation::simple_printer >::do_it();
47  //std::cout<< std::endl;
48 
51  }

The documentation for this struct was generated from the following file:
register_aux::do_it
static void do_it()
Definition: TypeRegistration.h:24
HLT::TypeInformation::for_each_type
Definition: TypeInformation.h:379
registertype::do_it
void do_it() const
Definition: TypeRegistration.h:40