HYDRA_development_version
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
HContainer Class Reference

#include <hcontfact.h>

Inheritance diagram for HContainer:
Collaboration diagram for HContainer:

Public Member Functions

 HContainer (const Char_t *, const Char_t *, const Char_t *)
 
 ~HContainer ()
 
void addContext (const Char_t *)
 
Bool_t setActualContext (const Char_t *c)
 
const Char_t * getDefaultContext ()
 
const Char_t * getActualContext ()
 
void print ()
 
TString getConcatName ()
 
const Char_t * getContext ()
 

Protected Attributes

TList * contexts
 
TString actualContext
 

Private Member Functions

 HContainer ()
 

Detailed Description

Definition at line 9 of file hcontfact.h.

Constructor & Destructor Documentation

HContainer::HContainer ( )
private
HContainer::HContainer ( const Char_t *  name,
const Char_t *  title,
const Char_t *  defContext 
)

Definition at line 26 of file hcontfact.cc.

References actualContext, addContext(), and contexts.

HContainer::~HContainer ( )

Definition at line 38 of file hcontfact.cc.

References contexts.

Member Function Documentation

void HContainer::addContext ( const Char_t *  name)
const Char_t* HContainer::getActualContext ( )
inline

Definition at line 21 of file hcontfact.h.

Referenced by HContFact::getContainer().

const Char_t * HContainer::getDefaultContext ( )

Definition at line 67 of file hcontfact.cc.

References contexts.

Referenced by HContFact::getContainer(), and getContext().

void HContainer::print ( void  )

Definition at line 72 of file hcontfact.cc.

References actualContext, and contexts.

Referenced by HContFact::print().

Bool_t HContainer::setActualContext ( const Char_t *  c)

Definition at line 52 of file hcontfact.cc.

References actualContext, and contexts.

Referenced by HContFact::addContext(), and HContFact::getContainer().

Member Data Documentation

TString HContainer::actualContext
protected

Definition at line 14 of file hcontfact.h.

Referenced by getConcatName(), getContext(), HContainer(), print(), and setActualContext().

TList* HContainer::contexts
protected

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