#include <pf.h>


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 | |
| pf_Section::~pf_Section | ( | ) | [virtual] |
| 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 }
| string pf_Section::name |
pf_Section::log_CLASSID_m [private] |
1.5.6