All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
NTuple::Directory Class Reference

Small class representing an N tuple directory in the transient store. More...

#include </scratch/z5/marcocle/lhcb-release/419/GAUDI/GAUDI_v26r1/InstallArea/x86_64-slc6-gcc48-opt/include/GaudiKernel/NTuple.h>

Inheritance diagram for NTuple::Directory:
Collaboration diagram for NTuple::Directory:

Public Member Functions

 Directory ()
 Standard constructor.
 
virtual ~Directory ()
 Standard destructor.
 
virtual const CLIDclID () const
 class ID of the object
 
 Directory ()
 Standard constructor.
 
virtual ~Directory ()
 Standard destructor.
 
virtual const CLIDclID () const
 class ID of the object
 
- Public Member Functions inherited from DataObject
 DataObject ()
 Standard Constructor.
 
 DataObject (const DataObject &)
 Copy Constructor.
 
virtual ~DataObject ()
 Standard Destructor.
 
virtual unsigned long addRef ()
 Add reference to object.
 
virtual unsigned long release ()
 release reference to object
 
const std::string & name () const
 Retreive DataObject name. It is the name when registered in the store.
 
virtual StatusCode update ()
 Provide empty placeholder for internal object reconfiguration callback.
 
 DataObject ()
 Standard Constructor.
 
 DataObject (const DataObject &)
 Copy Constructor.
 
virtual ~DataObject ()
 Standard Destructor.
 
virtual unsigned long addRef ()
 Add reference to object.
 
virtual unsigned long release ()
 release reference to object
 
const std::string & name () const
 Retreive DataObject name. It is the name when registered in the store.
 
virtual StatusCode update ()
 Provide empty placeholder for internal object reconfiguration callback.
 
void setRegistry (IRegistry *pRegistry)
 Set pointer to Registry.
 
IRegistryregistry () const
 Get pointer to Registry.
 
LinkManagerlinkMgr () const
 Retrieve Link manager.
 
unsigned char version () const
 Retrieve version number of this object representation.
 
void setVersion (unsigned char vsn)
 Set version number of this object representation.
 
unsigned long refCount () const
 Return the refcount.
 
virtual std::ostream & fillStream (std::ostream &s) const
 Fill the output stream (ASCII)
 
void setRegistry (IRegistry *pRegistry)
 Set pointer to Registry.
 
IRegistryregistry () const
 Get pointer to Registry.
 
LinkManagerlinkMgr () const
 Retrieve Link manager.
 
unsigned char version () const
 Retrieve version number of this object representation.
 
void setVersion (unsigned char vsn)
 Set version number of this object representation.
 
unsigned long refCount () const
 Return the refcount.
 
virtual std::ostream & fillStream (std::ostream &s) const
 Fill the output stream (ASCII)
 

Static Public Member Functions

static const CLIDclassID ()
 class ID of the object
 
static const CLIDclassID ()
 class ID of the object
 
- Static Public Member Functions inherited from DataObject
static const CLIDclassID ()
 Retrieve reference to class definition structure (static access)
 
static const CLIDclassID ()
 Retrieve reference to class definition structure (static access)
 

Detailed Description

Small class representing an N tuple directory in the transient store.

Definition at line 1065 of file NTuple.h.

Constructor & Destructor Documentation

NTuple::Directory::Directory ( )
inline

Standard constructor.

Definition at line 1068 of file NTuple.h.

{
}
virtual NTuple::Directory::~Directory ( )
inlinevirtual

Standard destructor.

Definition at line 1071 of file NTuple.h.

{
}
NTuple::Directory::Directory ( )
inline

Standard constructor.

Definition at line 1068 of file NTuple.h.

{
}
virtual NTuple::Directory::~Directory ( )
inlinevirtual

Standard destructor.

Definition at line 1071 of file NTuple.h.

{
}

Member Function Documentation

static const CLID& NTuple::Directory::classID ( )
inlinestatic

class ID of the object

Definition at line 1074 of file NTuple.h.

{
return CLID_NTupleDirectory;
}
static const CLID& NTuple::Directory::classID ( )
inlinestatic

class ID of the object

Definition at line 1074 of file NTuple.h.

{
return CLID_NTupleDirectory;
}
virtual const CLID& NTuple::Directory::clID ( ) const
inlinevirtual

class ID of the object

Reimplemented from DataObject.

Reimplemented in NTuple::File, and NTuple::File.

Definition at line 1078 of file NTuple.h.

{
return classID();
}
virtual const CLID& NTuple::Directory::clID ( ) const
inlinevirtual

class ID of the object

Reimplemented from DataObject.

Reimplemented in NTuple::File, and NTuple::File.

Definition at line 1078 of file NTuple.h.

{
return classID();
}

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