#include <pf.h>


Definition at line 169 of file pf.h.
Public Member Functions | |
| pf_Group () | |
| virtual | ~pf_Group () |
| pf_Group (const string &a_grpType, const pf_ValueList &a_list) | |
Public Attributes | |
| string | grpType |
Private Attributes | |
| log_CLASSID_m | |
| pf_Group::~pf_Group | ( | ) | [virtual] |
| pf_Group::pf_Group | ( | const string & | a_grpType, | |
| const pf_ValueList & | a_list | |||
| ) |
Definition at line 313 of file pf.cpp.
00316 : pf_ValueList(a_list.m_vec), 00317 grpType(a_grpType) { 00318 // Empty 00319 }
| string pf_Group::grpType |
Definition at line 179 of file pf.h.
Referenced by cfg_RMHost::cfg_RMHost(), cfg_Base::Convert(), cfg_RMDrive::ConvertGroup(), cfg_PMCfg::ConvertGroup(), and operator<<().
pf_Group::log_CLASSID_m [private] |
1.5.6