All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
AppendInterfaceName Struct Reference

Helper class for the cast used in the MPL for_each algorithm in the implementation of query_interface. More...

#include </scratch/z5/marcocle/lhcb-release/419/GAUDI/GAUDI_v26r1/InstallArea/x86_64-slc6-gcc48-opt/include/GaudiKernel/implements.h>

Collaboration diagram for AppendInterfaceName:

Public Member Functions

 AppendInterfaceName (std::vector< std::string > &_v)
 
template<typename IID >
void operator() (IID)
 
 AppendInterfaceName (std::vector< std::string > &_v)
 
template<typename IID >
void operator() (IID)
 

Public Attributes

std::vector< std::string > & v
 vector to be filled.
 

Detailed Description

Helper class for the cast used in the MPL for_each algorithm in the implementation of query_interface.

Author
Marco Clemencic

Definition at line 33 of file implements.h.

Constructor & Destructor Documentation

AppendInterfaceName::AppendInterfaceName ( std::vector< std::string > &  _v)
inline

Definition at line 36 of file implements.h.

: v(_v) {}
AppendInterfaceName::AppendInterfaceName ( std::vector< std::string > &  _v)
inline

Definition at line 36 of file implements.h.

: v(_v) {}

Member Function Documentation

template<typename IID >
void AppendInterfaceName::operator() ( IID  )
inline

Definition at line 39 of file implements.h.

{ v.push_back(IID::name()); }
template<typename IID >
void AppendInterfaceName::operator() ( IID  )
inline

Definition at line 39 of file implements.h.

{ v.push_back(IID::name()); }

Member Data Documentation

std::vector< std::string > & AppendInterfaceName::v

vector to be filled.

Definition at line 35 of file implements.h.


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