Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

DbiConfigSet::Param Struct Reference

Collaboration diagram for DbiConfigSet::Param:

Collaboration graph
[legend]
List of all members.

Public Methods

 Param ()
 Param (const Param &that)
 ~Param ()

Public Attributes

string Name
string Value
DbiFieldType Type

Constructor & Destructor Documentation

DbiConfigSet::Param::Param   [inline]
 

Definition at line 76 of file DbiConfigSet.h.

References LEA_CTOR_NM.

00076 { LEA_CTOR_NM("DbiConfigSet::Param",this); }

DbiConfigSet::Param::Param const Param &    that [inline]
 

Definition at line 77 of file DbiConfigSet.h.

References LEA_CTOR_NM.

00077                              {LEA_CTOR_NM("DbiConfigSet::Param",this);
00078                               *this = that;}

DbiConfigSet::Param::~Param   [inline]
 

Definition at line 79 of file DbiConfigSet.h.

References LEA_DTOR_NM.

00079 { LEA_DTOR_NM("DbiConfigSet::Param",this); }


Member Data Documentation

string DbiConfigSet::Param::Name
 

Definition at line 81 of file DbiConfigSet.h.

Referenced by DbiConfigSet::Fill().

DbiFieldType DbiConfigSet::Param::Type
 

Definition at line 83 of file DbiConfigSet.h.

Referenced by DbiConfigSet::Fill().

string DbiConfigSet::Param::Value
 

Definition at line 82 of file DbiConfigSet.h.

Referenced by DbiConfigSet::Fill().


The documentation for this struct was generated from the following file:
Generated on Wed Sep 4 19:22:17 2002 for loon by doxygen1.2.16