Public Member Functions | |
| Param () | |
| Param (const Param &that) | |
| Param (const string &name, const string &value, const DbiFieldType &type) | |
| ~Param () | |
Public Attributes | |
| string | Name |
| string | Value |
| DbiFieldType | Type |
|
|
Definition at line 80 of file DbiConfigSet.h. References LEA_CTOR_NM. 00080 { LEA_CTOR_NM("DbiConfigSet::Param",this); }
|
|
|
Definition at line 81 of file DbiConfigSet.h. References LEA_CTOR_NM. 00081 {LEA_CTOR_NM("DbiConfigSet::Param",this);
00082 *this = that;}
|
|
||||||||||||||||
|
Definition at line 83 of file DbiConfigSet.h. References LEA_CTOR_NM. 00085 : Name(name), Value(value), Type(type) { 00086 LEA_CTOR_NM("DbiConfigSet::Param",this); }
|
|
|
Definition at line 87 of file DbiConfigSet.h. References LEA_DTOR_NM. 00087 { LEA_DTOR_NM("DbiConfigSet::Param",this); }
|
|
|
Definition at line 89 of file DbiConfigSet.h. Referenced by DbiConfigSet::Fill(). |
|
|
Definition at line 91 of file DbiConfigSet.h. Referenced by DbiConfigSet::Fill(). |
|
|
Definition at line 90 of file DbiConfigSet.h. Referenced by DbiConfigSet::Fill(). |
1.3.9.1