Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

dbDomain Class Reference

#include <StDbManagerImpl.hh>

List of all members.

Public Member Functions

 dbDomain (StDbDomain adom, const char *aname)

Public Attributes

StDbDomain domain
char name [64]


Constructor & Destructor Documentation

dbDomain::dbDomain StDbDomain  adom,
const char *  aname
[inline]
 

Definition at line 67 of file StDbManagerImpl.hh.

00067 : domain(adom) { 00068 if(aname)strcpy(name,aname);};


Member Data Documentation

StDbDomain dbDomain::domain
 

Definition at line 65 of file StDbManagerImpl.hh.

char dbDomain::name[64]
 

Definition at line 66 of file StDbManagerImpl.hh.


The documentation for this class was generated from the following file:
Generated on Thu Aug 24 14:45:44 2006 for Doxygen by doxygen 1.3.7