ReactOS 0.4.15-dev-8632-gbc8c7d1
|
#include <hhp_reader.h>
Public Member Functions | |
virtual void | process_line (string line) |
Public Member Functions inherited from hhp_section | |
virtual void | process_line (string line)=0 |
string | get_name () |
void | set_name (string name) |
Protected Member Functions | |
void | add_entry (hhp_pair *entry) |
Protected Attributes | |
map< string, hhp_pair * > | entries |
Definition at line 56 of file hhp_reader.h.
Definition at line 86 of file hhp_reader.cpp.
Referenced by hhp_options_section::hhp_options_section().
Implements hhp_section.
Definition at line 73 of file hhp_reader.cpp.
Definition at line 59 of file hhp_reader.h.
Referenced by add_entry(), and process_line().