Gaudi Framework, version v21r11

Home   Generated: 30 Sep 2010

IInspector::Tag Class Reference

#include <IInspector.h>

Inheritance diagram for IInspector::Tag:
[legend]
Collaboration diagram for IInspector::Tag:
[legend]

List of all members.

Public Member Functions

 Tag (long f, const std::type_info &s)
 Tag (const Tag &t)

Public Attributes

long first
const std::type_infosecond


Detailed Description

Definition at line 42 of file IInspector.h.


Constructor & Destructor Documentation

IInspector::Tag::Tag ( long  f,
const std::type_info s 
) [inline]

Definition at line 46 of file IInspector.h.

00046 : first(f), second(s) {    }

IInspector::Tag::Tag ( const Tag t  )  [inline]

Definition at line 47 of file IInspector.h.

00047 : first(t.first), second(t.second)  {    }


Member Data Documentation

Definition at line 44 of file IInspector.h.

Definition at line 45 of file IInspector.h.


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

Generated at Thu Sep 30 09:58:35 2010 for Gaudi Framework, version v21r11 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004