TDbiConfigSet::Param Struct Reference

Internal structure used by TDbiCfgDialog to store Name/Value/Type triplets. More...

Collaboration diagram for TDbiConfigSet::Param:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Internal structure used by TDbiCfgDialog to store Name/Value/Type triplets.

Definition at line 81 of file TDbiConfigSet.hxx.


Constructor & Destructor Documentation

TDbiConfigSet::Param::Param (  )  [inline]

Definition at line 82 of file TDbiConfigSet.hxx.

00082 {  }

TDbiConfigSet::Param::Param ( const Param that  )  [inline]

Definition at line 83 of file TDbiConfigSet.hxx.

00083                              {
00084                               *this = that;}

TDbiConfigSet::Param::Param ( const string &  name,
const string &  value,
const TDbiFieldType type 
) [inline]

Definition at line 85 of file TDbiConfigSet.hxx.

00087                                      : Name(name), Value(value), Type(type) {
00088                                    }

TDbiConfigSet::Param::~Param (  )  [inline]

Definition at line 89 of file TDbiConfigSet.hxx.

00089 {  }


Member Data Documentation

Definition at line 91 of file TDbiConfigSet.hxx.

Referenced by TDbiConfigSet::Fill().

Definition at line 93 of file TDbiConfigSet.hxx.

Referenced by TDbiConfigSet::Fill().

Definition at line 92 of file TDbiConfigSet.hxx.

Referenced by TDbiConfigSet::Fill().


The documentation for this struct was generated from the following file:

Generated on 11 Aug 2013 for SKDatabase by  doxygen 1.6.1