A variable representation for mysql loader.
More...
#include <BDSMySQLVariable.hh>
A variable representation for mysql loader.
- Author
- John Carter
Definition at line 31 of file BDSMySQLVariable.hh.
◆ BDSMySQLVariable()
BDSMySQLVariable::BDSMySQLVariable |
( |
G4String |
aVarName, |
|
|
G4String |
aVarType |
|
) |
| |
|
inline |
◆ ~BDSMySQLVariable()
BDSMySQLVariable::~BDSMySQLVariable |
( |
| ) |
|
|
inline |
◆ AddValue() [1/3]
void BDSMySQLVariable::AddValue |
( |
G4double |
aVarValue | ) |
|
|
inline |
◆ AddValue() [2/3]
void BDSMySQLVariable::AddValue |
( |
G4int |
aVarValue | ) |
|
|
inline |
◆ AddValue() [3/3]
void BDSMySQLVariable::AddValue |
( |
G4String |
aVarValue | ) |
|
|
inline |
◆ GetDblValue()
G4double BDSMySQLVariable::GetDblValue |
( |
G4int |
itemN | ) |
const |
|
inline |
◆ GetIntValue()
G4int BDSMySQLVariable::GetIntValue |
( |
G4int |
itemN | ) |
const |
|
inline |
◆ GetName()
G4String BDSMySQLVariable::GetName |
( |
| ) |
const |
|
inline |
◆ GetNVariables()
G4int BDSMySQLVariable::GetNVariables |
( |
| ) |
const |
|
inline |
◆ GetStrValue()
G4String BDSMySQLVariable::GetStrValue |
( |
G4int |
itemN | ) |
const |
|
inline |
◆ GetVarType()
G4String BDSMySQLVariable::GetVarType |
( |
| ) |
const |
|
inline |
◆ Print()
void BDSMySQLVariable::Print |
( |
| ) |
|
◆ SetDblValue()
void BDSMySQLVariable::SetDblValue |
( |
G4int |
itemN, |
|
|
G4double |
newValue |
|
) |
| |
|
inline |
◆ SetIntValue()
void BDSMySQLVariable::SetIntValue |
( |
G4int |
itemN, |
|
|
G4int |
newValue |
|
) |
| |
|
inline |
◆ SetStrValue()
void BDSMySQLVariable::SetStrValue |
( |
G4int |
itemN, |
|
|
G4String |
newValue |
|
) |
| |
|
inline |
◆ itsDblVar
std::vector<G4double> BDSMySQLVariable::itsDblVar |
|
private |
◆ itsIntVar
std::vector<G4int> BDSMySQLVariable::itsIntVar |
|
private |
◆ itsNVariables
G4int BDSMySQLVariable::itsNVariables |
|
private |
◆ itsStrVar
std::vector<G4String> BDSMySQLVariable::itsStrVar |
|
private |
◆ itsVarName
G4String BDSMySQLVariable::itsVarName |
|
private |
◆ itsVarType
G4String BDSMySQLVariable::itsVarType |
|
private |
The documentation for this class was generated from the following files: