![]() |
The Gaudi Framework
v25r3
|
Helper class for the cast used in the MPL for_each algorithm in the implementation of query_interface. More...
#include <GaudiKernel/implements.h>
Public Member Functions | |
AppendInterfaceName (std::vector< std::string > &_v) | |
template<typename IID > | |
void | operator() (IID) |
Public Attributes | |
std::vector< std::string > & | v |
vector to be filled. More... | |
Helper class for the cast used in the MPL for_each algorithm in the implementation of query_interface.
Definition at line 33 of file implements.h.
|
inline |
Definition at line 36 of file implements.h.
|
inline |
Definition at line 39 of file implements.h.
std::vector<std::string>& AppendInterfaceName::v |
vector to be filled.
Definition at line 35 of file implements.h.