Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

RootCnvSvc::Leaf Class Reference

object regrouping CLID and pathname with treename/branchname More...

#include <RootCnvSvc.h>

List of all members.

Public Member Functions

 Leaf (const std::string &p, const CLID &c, const std::string &tree, const std::string &branch)
 Leaf (const std::string &p, const CLID &c, const std::string &tree, const std::string &branch)
bool operator== (const Leaf &copy) const
bool operator== (const Leaf &copy) const

Public Attributes

std::string branchname
CLID clid
std::string path
std::string treename


Detailed Description

object regrouping CLID and pathname with treename/branchname


Constructor & Destructor Documentation

RootCnvSvc::Leaf::Leaf const std::string &  p,
const CLID &  c,
const std::string &  tree,
const std::string &  branch
[inline]
 

00054       : path(p), treename(tree), branchname(branch),clid(c){}

RootCnvSvc::Leaf::Leaf const std::string &  p,
const CLID &  c,
const std::string &  tree,
const std::string &  branch
[inline]
 

00054       : path(p), treename(tree), branchname(branch),clid(c){}


Member Function Documentation

bool RootCnvSvc::Leaf::operator== const Leaf copy  )  const [inline]
 

00056                                              {
00057       return  path          == copy.path && 
00058         treename      == copy.treename && 
00059         branchname    == copy.branchname && 
00060         clid          == copy.clid ;
00061     }

bool RootCnvSvc::Leaf::operator== const Leaf copy  )  const [inline]
 

00056                                              {
00057       return  path          == copy.path && 
00058         treename      == copy.treename && 
00059         branchname    == copy.branchname && 
00060         clid          == copy.clid ;
00061     }


Member Data Documentation

std::string RootCnvSvc::Leaf::branchname
 

CLID RootCnvSvc::Leaf::clid
 

std::string RootCnvSvc::Leaf::path
 

std::string RootCnvSvc::Leaf::treename
 


The documentation for this class was generated from the following files:
Generated on Wed Feb 2 18:48:04 2011 for BOSS6.5.5 by  doxygen 1.3.9.1