StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
StDbLib
ChapiDbHost.cxx
1
#include "ChapiDbHost.h"
2
using namespace
std;
3
5
ChapiDbHost::ChapiDbHost(
const
string
h,
const
short
p,
const
double
power,
const
short
cap):
6
HostName(h),
7
Port(p),
8
Power(power),
9
Cap(cap)
10
{
11
}
Generated by
1.8.5