pf_ValueBase Class Reference
[Parser for config files; validation]

#include <pf.h>

Inheritance diagram for pf_ValueBase:

Inheritance graph
[legend]
Collaboration diagram for pf_ValueBase:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 103 of file pf.h.


Public Member Functions

 pf_ValueBase (UInt32_t a_lineNum)
virtual ~pf_ValueBase ()
 pf_ValueBase (const string &a_name, UInt32_t a_lineNum)

Public Attributes

string name

Private Attributes

 log_CLASSID_m

Constructor & Destructor Documentation

pf_ValueBase::pf_ValueBase ( UInt32_t  a_lineNum  ) 

Definition at line 146 of file pf.cpp.

00147     : pf_Component(a_lineNum)
00148 {
00149     // Empty
00150 }

pf_ValueBase::~pf_ValueBase (  )  [virtual]

Definition at line 152 of file pf.cpp.

00152                             {
00153     // Empty
00154 }

pf_ValueBase::pf_ValueBase ( const string &  a_name,
UInt32_t  a_lineNum 
)

Definition at line 156 of file pf.cpp.

00157     : pf_Component(a_lineNum),
00158       name(a_name) {
00159     // Empty;
00160 }


Member Data Documentation

Reimplemented from pf_Component.

Reimplemented in pf_Value.

Definition at line 113 of file pf.h.


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

Generated on Mon Feb 27 19:43:56 2012 for OPENARCHIVE by  doxygen 1.5.6