|
Gaudi Framework, version v22r2 |
| Home | Generated: Tue May 10 2011 |
Helper class for the cast used in the MPL for_each algorithm in the implementation of query_interface. More...
#include <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. | |
Helper class for the cast used in the MPL for_each algorithm in the implementation of query_interface.
Definition at line 56 of file implements.h.
| AppendInterfaceName::AppendInterfaceName | ( | std::vector< std::string > & | _v ) | [inline] |
Definition at line 59 of file implements.h.
: v(_v) {}
| void AppendInterfaceName::operator() | ( | IID | ) | [inline] |
Definition at line 62 of file implements.h.
vector to be filled.
Definition at line 58 of file implements.h.