#include <pf.h>


Definition at line 87 of file pf.h.
Public Member Functions | |
| pf_List (UInt32_t a_lineNum) | |
| virtual | ~pf_List () |
| void | Add (const pf_Elem &a_elem) |
| const pf_Elem & | At (unsigned int i) const |
| unsigned int | size () const |
Public Attributes | |
| vector< pf_Elem > | m_vec |
Private Attributes | |
| log_CLASSID_m | |
| pf_List::pf_List | ( | UInt32_t | a_lineNum | ) |
| pf_List::~pf_List | ( | ) | [virtual] |
| void pf_List::Add | ( | const pf_Elem & | a_elem | ) |
| const pf_Elem & pf_List::At | ( | unsigned int | i | ) | const |
Definition at line 134 of file pf.cpp.
References m_vec.
Referenced by cfg_Base::Convert(), and operator<<().
00134 { 00135 return m_vec.at(i); 00136 }

| unsigned int pf_List::size | ( | ) | const |
Definition at line 138 of file pf.cpp.
References m_vec.
Referenced by cfg_Base::Convert(), and operator<<().
00138 { 00139 return static_cast<unsigned int>(m_vec.size()); 00140 }

pf_List::log_CLASSID_m [private] |
1.5.6