Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

DbiConfigSet::Param Struct Reference

List of all members.

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

Constructor & Destructor Documentation

DbiConfigSet::Param::Param  )  [inline]
 

Definition at line 80 of file DbiConfigSet.h.

References LEA_CTOR_NM.

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

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

Definition at line 81 of file DbiConfigSet.h.

References LEA_CTOR_NM.

00081                              {LEA_CTOR_NM("DbiConfigSet::Param",this);
00082                               *this = that;}

DbiConfigSet::Param::Param const string &  name,
const string &  value,
const DbiFieldType type
[inline]
 

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); }

DbiConfigSet::Param::~Param  )  [inline]
 

Definition at line 87 of file DbiConfigSet.h.

References LEA_DTOR_NM.

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


Member Data Documentation

string DbiConfigSet::Param::Name
 

Definition at line 89 of file DbiConfigSet.h.

Referenced by DbiConfigSet::Fill().

DbiFieldType DbiConfigSet::Param::Type
 

Definition at line 91 of file DbiConfigSet.h.

Referenced by DbiConfigSet::Fill().

string DbiConfigSet::Param::Value
 

Definition at line 90 of file DbiConfigSet.h.

Referenced by DbiConfigSet::Fill().


The documentation for this struct was generated from the following file:
Generated on Mon Feb 15 11:09:02 2010 for loon by  doxygen 1.3.9.1