ATLAS Offline Software
Public Member Functions | List of all members
HLT::TypeInformation::printer Struct Reference

#include <TypeInformation.h>

Collaboration diagram for HLT::TypeInformation::printer:

Public Member Functions

template<class element >
void do_it () const
 

Detailed Description

Definition at line 410 of file TypeInformation.h.

Member Function Documentation

◆ do_it()

template<class element >
void HLT::TypeInformation::printer::do_it

Definition at line 416 of file TypeInformation.h.

416  {
417  std::cout << " object ["<< typeid(typename element::object).name() << "] ";
418  std::cout << " features [";
420  std::cout << "]";
421  std::cout << " container ["<< typeid(typename element::container).name() << "] ";
422  std::cout << std::endl;
423 }

The documentation for this struct was generated from the following file:
HLT::TypeInformation::for_each_type::do_it
static void do_it(functor *f=0)
Definition: TypeInformation.h:380
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
pickleTool.object
object
Definition: pickleTool.py:30