ReactOS 0.4.16-dev-329-g9223134
|
#include <hhp_reader.h>
Public Member Functions | |
hhp_pair (string key, bool has_default_value=false, string default_value="") | |
void | set_value (string value) |
string | get_value () |
string | get_key () |
Private Attributes | |
string | key |
bool | value_has_been_set |
string | value |
bool | has_default_value |
string | default_value |
Definition at line 40 of file hhp_reader.h.
Definition at line 41 of file hhp_reader.cpp.
string hhp_pair::get_key | ( | ) |
Definition at line 68 of file hhp_reader.cpp.
string hhp_pair::get_value | ( | ) |
Definition at line 55 of file hhp_reader.cpp.
Definition at line 49 of file hhp_reader.cpp.
|
private |
Definition at line 47 of file hhp_reader.h.
Referenced by get_value(), and hhp_pair().
|
private |
Definition at line 46 of file hhp_reader.h.
Referenced by get_value(), and hhp_pair().
|
private |
Definition at line 43 of file hhp_reader.h.
Referenced by get_key(), and hhp_pair().
|
private |
Definition at line 45 of file hhp_reader.h.
Referenced by get_value(), and set_value().
|
private |
Definition at line 44 of file hhp_reader.h.
Referenced by get_value(), hhp_pair(), and set_value().