pf_Section Class Reference
[Parser for config files; validation]

#include <pf.h>

Inheritance diagram for pf_Section:

Inheritance graph
[legend]
Collaboration diagram for pf_Section:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 185 of file pf.h.


Public Member Functions

 pf_Section ()
virtual ~pf_Section ()
 pf_Section (const string &a_name, const pf_ValueList &a_list)

Public Attributes

string name

Private Attributes

 log_CLASSID_m

Constructor & Destructor Documentation

pf_Section::pf_Section (  ) 

Definition at line 325 of file pf.cpp.

00325                        {
00326     // Empty
00327 }

pf_Section::~pf_Section (  )  [virtual]

Definition at line 329 of file pf.cpp.

00329                         {
00330     // Empty
00331 }

pf_Section::pf_Section ( const string &  a_name,
const pf_ValueList a_list 
)

Definition at line 333 of file pf.cpp.

00336     : pf_ValueList(a_list.m_vec),
00337       name(a_name) {
00338     // Empty
00339 }


Member Data Documentation

Definition at line 194 of file pf.h.

Referenced by GeneratePFStructure(), and operator<<().

Reimplemented from pf_ValueList.

Definition at line 196 of file pf.h.


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

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