#include <pf.h>


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 | |
| 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] |
| 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 }
| string pf_ValueBase::name |
Definition at line 110 of file pf.h.
Referenced by cfg_Base::Convert(), operator<<(), pf_Value::operator=(), pf_Value::pf_Value(), yyparse(), and pf_Value::~pf_Value().
pf_ValueBase::log_CLASSID_m [private] |
1.5.6