val_DriveCapab Class Reference
[Parser for config files; validation]

#include <val.h>

Inheritance diagram for val_DriveCapab:

Inheritance graph
[legend]
Collaboration diagram for val_DriveCapab:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 820 of file val.h.


Public Member Functions

 val_DriveCapab (const string &a_name, const val_Limit a_limits, const UInt32_t a_minNumOfVal=1, const UInt64_t a_maxNumOfVal=cfg_INFINITE, const string &a_defaultStr="")
virtual ~val_DriveCapab ()
virtual void Bind (ivd_DriveCapab_e &a_dest)

Private Member Functions

virtual void Assign (const string &a_strVal)

Private Attributes

ivd_DriveCapab_em_DCType_p
 log_CLASSID_m

Constructor & Destructor Documentation

val_DriveCapab::val_DriveCapab ( const string &  a_name,
const val_Limit  a_limits,
const UInt32_t  a_minNumOfVal = 1,
const UInt64_t  a_maxNumOfVal = cfg_INFINITE,
const string &  a_defaultStr = "" 
)

Definition at line 1134 of file val.cpp.

01140   : val_Value(a_name, a_limits, a_minNumOfVal, a_maxNumOfVal,  a_defaultStr ),
01141     m_DCType_p(NULL) {
01142     // Empty
01143 }

val_DriveCapab::~val_DriveCapab (  )  [virtual]

Definition at line 1146 of file val.cpp.

01146                                 {
01147     //Empty
01148 }


Member Function Documentation

void val_DriveCapab::Bind ( ivd_DriveCapab_e a_dest  )  [virtual]

Definition at line 1150 of file val.cpp.

References log_FUNC_m, and m_DCType_p.

01150                                                   {
01151     log_FUNC_m(Bind);
01152     m_DCType_p = &(a_dest);
01153 }

void val_DriveCapab::Assign ( const string &  a_strVal  )  [private, virtual]

Implements val_BasicValue.

Definition at line 1128 of file val.cpp.

References ivd_DriveCapab(), log_FUNC_m, and m_DCType_p.

01128                                                  {
01129     log_FUNC_m(Assign);
01130 
01131     *m_DCType_p = ivd_DriveCapab(a_strVal);
01132 }

Here is the call graph for this function:


Member Data Documentation

Definition at line 837 of file val.h.

Referenced by Assign(), and Bind().

Reimplemented from val_Value.

Definition at line 839 of file val.h.


The documentation for this class was generated from the following files:

Generated on Mon Feb 27 19:51:30 2012 for OPENARCHIVE by  doxygen 1.5.6