Internal structure used by TDbiCfgDialog to store Name/Value/Type triplets. More...
Public Member Functions | |
Param () | |
Param (const Param &that) | |
Param (const string &name, const string &value, const TDbiFieldType &type) | |
~Param () | |
Public Attributes | |
string | Name |
string | Value |
TDbiFieldType | Type |
Internal structure used by TDbiCfgDialog to store Name/Value/Type triplets.
Definition at line 81 of file TDbiConfigSet.hxx.
TDbiConfigSet::Param::Param | ( | ) | [inline] |
Definition at line 82 of file TDbiConfigSet.hxx.
TDbiConfigSet::Param::Param | ( | const Param & | that | ) | [inline] |
Definition at line 83 of file TDbiConfigSet.hxx.
TDbiConfigSet::Param::Param | ( | const string & | name, | |
const string & | value, | |||
const TDbiFieldType & | type | |||
) | [inline] |
Definition at line 85 of file TDbiConfigSet.hxx.
TDbiConfigSet::Param::~Param | ( | ) | [inline] |
Definition at line 89 of file TDbiConfigSet.hxx.
string TDbiConfigSet::Param::Name |
Definition at line 91 of file TDbiConfigSet.hxx.
Referenced by TDbiConfigSet::Fill().
Definition at line 93 of file TDbiConfigSet.hxx.
Referenced by TDbiConfigSet::Fill().
string TDbiConfigSet::Param::Value |
Definition at line 92 of file TDbiConfigSet.hxx.
Referenced by TDbiConfigSet::Fill().