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

In This Package:

IRawDataConSvc::Leaf Class Reference

#include <IRawDataConSvc.h>

List of all members.


Public Member Functions

 Leaf (const string &p, const CLID &c)
 Leaf (const Leaf &copy)
Leafoperator= (const Leaf &copy)
bool operator== (const Leaf &copy) const

Public Attributes

string path
CLID clid

Detailed Description

Definition at line 17 of file IRawDataConSvc.h.


Constructor & Destructor Documentation

IRawDataConSvc::Leaf::Leaf ( const string &  p,
const CLID c 
) [inline]

Definition at line 23 of file IRawDataConSvc.h.

00024             : path(p), clid(c) {
00025 
00026       }

IRawDataConSvc::Leaf::Leaf ( const Leaf copy  )  [inline]

Definition at line 28 of file IRawDataConSvc.h.

00029             : vector<Leaf*>(0), path(copy.path), clid(copy.clid) {
00030 
00031       }


Member Function Documentation

Leaf& IRawDataConSvc::Leaf::operator= ( const Leaf copy  )  [inline]

Definition at line 33 of file IRawDataConSvc.h.

00033                                         {
00034          path     = copy.path;
00035          clid     = copy.clid;
00036          return *this;
00037       }

bool IRawDataConSvc::Leaf::operator== ( const Leaf copy  )  const [inline]

Definition at line 38 of file IRawDataConSvc.h.

00038                                               {
00039          return  path     == copy.path &&
00040                  clid     == copy.clid ;
00041       }


Member Data Documentation

string IRawDataConSvc::Leaf::path

Definition at line 20 of file IRawDataConSvc.h.

CLID IRawDataConSvc::Leaf::clid

Definition at line 21 of file IRawDataConSvc.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 20:27:04 2011 for RawDataIO by doxygen 1.4.7