| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

IInspector::Tag Class Reference

#include <IInspector.h>

Inheritance 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_info & second

Detailed Description

Definition at line 39 of file IInspector.h.


Constructor & Destructor Documentation

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

Definition at line 43 of file IInspector.h.

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

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

Definition at line 44 of file IInspector.h.

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


Member Data Documentation

long IInspector::Tag::first

Definition at line 41 of file IInspector.h.

const std::type_info& IInspector::Tag::second

Definition at line 42 of file IInspector.h.


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 19:57:09 2011 for GaudiKernel by doxygen 1.4.7