ReactOS 0.4.16-dev-125-g798ea90
|
#include <hhp_reader.h>
Public Member Functions | |
virtual void | process_line (string line)=0 |
string | get_name () |
void | set_name (string name) |
Private Attributes | |
string | name |
Definition at line 29 of file hhp_reader.h.
string hhp_section::get_name | ( | ) |
Definition at line 31 of file hhp_reader.cpp.
Implemented in hhp_key_value_section, and hhp_files_section.
Definition at line 36 of file hhp_reader.cpp.
Referenced by hhp_files_section::hhp_files_section(), and hhp_options_section::hhp_options_section().
|
private |
Definition at line 32 of file hhp_reader.h.
Referenced by get_name(), and set_name().