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

dbType Class Reference

#include <StDbManagerImpl.hh>

List of all members.

Public Member Functions

 dbType (StDbType atype, const char *aname)

Public Attributes

StDbType type
char name [64]


Constructor & Destructor Documentation

dbType::dbType StDbType  atype,
const char *  aname
[inline]
 

Definition at line 60 of file StDbManagerImpl.hh.

00060 : type(atype) { 00061 if(aname)strcpy(name,aname);};


Member Data Documentation

char dbType::name[64]
 

Definition at line 59 of file StDbManagerImpl.hh.

StDbType dbType::type
 

Definition at line 58 of file StDbManagerImpl.hh.


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