#include <ParmParse.H>
Public Member Functions | |
PP_entry (const std::string &name, const std::list< std::string > &vals) | |
PP_entry (const std::string &name, const Table &table) | |
PP_entry (const PP_entry &pe) | |
PP_entry & | operator= (const PP_entry &pe) |
~PP_entry () | |
Public Attributes | |
std::string | m_name |
std::vector< std::string > | m_vals |
Table * | m_table |
bool | m_queried |
ParmParse::PP_entry::PP_entry | ( | const std::string & | name, | |
const std::list< std::string > & | vals | |||
) |
References m_vals.
ParmParse::PP_entry::PP_entry | ( | const std::string & | name, | |
const Table & | table | |||
) |
ParmParse::PP_entry::~PP_entry | ( | ) |
References m_table.
ParmParse::PP_entry & ParmParse::PP_entry::operator= | ( | const PP_entry & | pe | ) |
std::string ParmParse::PP_entry::m_name |
Referenced by operator<<(), operator=(), ppfound(), squeryarr(), and squeryval().
std::vector<std::string> ParmParse::PP_entry::m_vals |
Referenced by ParmParse::countval(), operator<<(), operator=(), PP_entry(), squeryarr(), and squeryval().
Referenced by ParmParse::getRecord(), operator=(), PP_entry(), ppfound(), and ~PP_entry().
bool ParmParse::PP_entry::m_queried [mutable] |
Referenced by operator=(), and ppindex().