val_MediaFamilyType Class Reference
[Parser for config files; validation]

#include <val.h>

Inheritance diagram for val_MediaFamilyType:

Inheritance graph
[legend]
Collaboration diagram for val_MediaFamilyType:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 751 of file val.h.


Public Member Functions

 val_MediaFamilyType (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_MediaFamilyType ()
virtual void Bind (ivd_MediaFamily_e &a_dest)

Private Member Functions

virtual void Assign (const string &a_strVal)

Private Attributes

ivd_MediaFamily_em_mfType_p
 log_CLASSID_m

Constructor & Destructor Documentation

val_MediaFamilyType::val_MediaFamilyType ( 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 1037 of file val.cpp.

01043   : val_Value(a_name, a_limits, a_minNumOfVal, a_maxNumOfVal,  a_defaultStr ),
01044     m_mfType_p(NULL) {
01045     // Empty
01046 }

val_MediaFamilyType::~val_MediaFamilyType (  )  [virtual]

Definition at line 1049 of file val.cpp.

01049                                           {
01050     //Empty
01051 }


Member Function Documentation

void val_MediaFamilyType::Bind ( ivd_MediaFamily_e a_dest  )  [virtual]

Definition at line 1053 of file val.cpp.

References log_FUNC_m, and m_mfType_p.

01053                                                         {
01054     log_FUNC_m(Bind);
01055     m_mfType_p = &(a_dest);
01056 }

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

Implements val_BasicValue.

Definition at line 1031 of file val.cpp.

References ivd_MediaFamily(), log_FUNC_m, and m_mfType_p.

01031                                                       {
01032     log_FUNC_m(Assign);
01033 
01034     *m_mfType_p = ivd_MediaFamily(a_strVal);
01035 }

Here is the call graph for this function:


Member Data Documentation

Definition at line 768 of file val.h.

Referenced by Assign(), and Bind().

Reimplemented from val_Value.

Definition at line 770 of file val.h.


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

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