#include <pf.h>


Definition at line 206 of file pf.h.
Public Member Functions | |
| pf_SectionList () | |
| virtual | ~pf_SectionList () |
| void | Add (const pf_Section &a_val) |
| const pf_Section & | At (unsigned int i) const |
| pf_Section & | At (unsigned int i) |
| unsigned int | size () const |
Public Attributes | |
| vector< pf_Section > | m_vec |
Private Attributes | |
| log_CLASSID_m | |
| pf_SectionList::pf_SectionList | ( | ) |
| pf_SectionList::~pf_SectionList | ( | ) | [virtual] |
| void pf_SectionList::Add | ( | const pf_Section & | a_val | ) |
| const pf_Section & pf_SectionList::At | ( | unsigned int | i | ) | const |
Definition at line 360 of file pf.cpp.
References m_vec.
Referenced by GeneratePFStructure().
00360 { 00361 return m_vec.at(i); 00362 }

| pf_Section & pf_SectionList::At | ( | unsigned int | i | ) |
| unsigned int pf_SectionList::size | ( | ) | const |
Definition at line 368 of file pf.cpp.
References m_vec.
Referenced by cfg_Server::Refresh(), cfg_RMPool::Refresh(), cfg_RMLibrary::Refresh(), cfg_RMDrive::Refresh(), and cfg_PMCfg::Refresh().
00368 { 00369 return static_cast<unsigned int>(m_vec.size()); 00370 }

Definition at line 216 of file pf.h.
Referenced by Add(), At(), operator<<(), cfg_Server::Refresh(), cfg_RMPool::Refresh(), cfg_RMLibrary::Refresh(), cfg_RMDrive::Refresh(), cfg_PMCfg::Refresh(), mif_CfgRep::ReplaceClients(), mif_CfgRep::ReplaceHosts(), and size().
pf_SectionList::log_CLASSID_m [private] |
1.5.6