#include <pf.h>


Definition at line 59 of file pf.h.
Public Member Functions | |
| pf_Elem (UInt32_t a_lineNum=0xFFFFFFFF) | |
| virtual | ~pf_Elem () |
| pf_Elem (const string &a_val, UInt32_t a_lineNum) | |
| Constructor for simple value. | |
| pf_Elem (const string &a_low, const string &a_high, UInt32_t a_lineNum) | |
| Constructor for range. | |
Public Attributes | |
| string | val |
| string | toVal |
| bool | isRange |
Private Attributes | |
| log_CLASSID_m | |
| pf_Elem::pf_Elem | ( | UInt32_t | a_lineNum = 0xFFFFFFFF |
) |
| pf_Elem::~pf_Elem | ( | ) | [virtual] |
| pf_Elem::pf_Elem | ( | const string & | a_val, | |
| UInt32_t | a_lineNum | |||
| ) |
Constructor for simple value.
Definition at line 102 of file pf.cpp.
00103 : pf_Component(a_lineNum), 00104 val(a_val), 00105 isRange(false) { 00106 // Empty 00107 }
| pf_Elem::pf_Elem | ( | const string & | a_low, | |
| const string & | a_high, | |||
| UInt32_t | a_lineNum | |||
| ) |
| string pf_Elem::val |
Definition at line 71 of file pf.h.
Referenced by cfg_Base::Convert(), pf_File::GetFileType(), operator<<(), mif_CfgRep::ReplaceDate(), mif_CfgRep::ReplaceUser(), mif_CfgRep::ReplaceVersion(), and yyparse().
| string pf_Elem::toVal |
| bool pf_Elem::isRange |
pf_Elem::log_CLASSID_m [private] |
1.5.6