ATLAS Offline Software
Loading...
Searching...
No Matches
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
49 HLT::TypeInformation::for_each_type<FEATURES,register_feature<CONTAINER> >::do_it();
51 }
static void do_it()
void do_it() const

The documentation for this struct was generated from the following file: