Gaudi Framework, version v21r9

Home   Generated: 3 May 2010

ConverterID Class Reference

#include <CnvFactory.h>

List of all members.

Public Member Functions

 ConverterID (long stype, CLID clid)
 ~ConverterID ()
bool operator== (const ConverterID &id) const

Private Attributes

long m_stype
CLID m_clid

Friends

std::ostreamoperator<< (std::ostream &, const ConverterID &)


Detailed Description

Definition at line 41 of file CnvFactory.h.


Constructor & Destructor Documentation

ConverterID::ConverterID ( long  stype,
CLID  clid 
) [inline]

Definition at line 43 of file CnvFactory.h.

00043 : m_stype(stype), m_clid(clid) {}

ConverterID::~ConverterID (  )  [inline]

Definition at line 44 of file CnvFactory.h.

00044 {}


Member Function Documentation

bool ConverterID::operator== ( const ConverterID id  )  const [inline]

Definition at line 45 of file CnvFactory.h.

00045 { return m_stype == id.m_stype && m_clid == id.m_clid; }


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream s,
const ConverterID id 
) [friend]

Definition at line 52 of file CnvFactory.h.

00052                                                                        {
00053     s << "CNV_" << id.m_stype << "_" << id.m_clid;
00054     return s;
00055 }


Member Data Documentation

Definition at line 48 of file CnvFactory.h.

Definition at line 49 of file CnvFactory.h.


The documentation for this class was generated from the following file:

Generated at Mon May 3 12:23:53 2010 for Gaudi Framework, version v21r9 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004