Gaudi Framework, version v22r2

Home   Generated: Tue May 10 2011
Public Member Functions | Public Attributes

AppendInterfaceName Struct Reference

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

#include <implements.h>

Collaboration diagram for AppendInterfaceName:
Collaboration graph
[legend]

List of all members.

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.

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 56 of file implements.h.


Constructor & Destructor Documentation

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

Definition at line 59 of file implements.h.

: v(_v) {}

Member Function Documentation

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

Definition at line 62 of file implements.h.

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

Member Data Documentation

vector to be filled.

Definition at line 58 of file implements.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Tue May 10 2011 18:54:35 for Gaudi Framework, version v22r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004