|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <hhp_reader.h>

Public Member Functions | |
| hhp_reader (string filename) | |
| ~hhp_reader () | |
| string | get_title_string () |
| string | get_contents_file_string () |
| string | get_index_file_string () |
| string | get_default_topic_string () |
| unsigned int | get_language_code () |
| string | get_compiled_file_string () |
| set< string >::iterator | get_file_pathes_iterator_begin () |
| set< string >::iterator | get_file_pathes_iterator_end () |
Private Member Functions | |
| void | add_section (hhp_section *section) |
| void | read () |
| void | compute_unique_file_pathes_set () |
Private Attributes | |
| string | filename |
| map< string, hhp_section * > | sections |
| hhp_options_section * | options |
| hhp_files_section * | files |
| set< string > | unique_file_pathes |
Definition at line 109 of file hhp_reader.h.
| hhp_reader::hhp_reader | ( | string | filename | ) |
Definition at line 152 of file hhp_reader.cpp.
| hhp_reader::~hhp_reader | ( | ) |
Definition at line 165 of file hhp_reader.cpp.
|
private |
Definition at line 171 of file hhp_reader.cpp.
Referenced by hhp_reader().
|
private |
Definition at line 216 of file hhp_reader.cpp.
Referenced by hhp_reader().
| string hhp_reader::get_compiled_file_string | ( | ) |
Definition at line 249 of file hhp_reader.cpp.
Referenced by main().
| string hhp_reader::get_contents_file_string | ( | ) |
Definition at line 229 of file hhp_reader.cpp.
Referenced by main().
| string hhp_reader::get_default_topic_string | ( | ) |
Definition at line 239 of file hhp_reader.cpp.
Referenced by main().
| set< string >::iterator hhp_reader::get_file_pathes_iterator_begin | ( | ) |
Definition at line 254 of file hhp_reader.cpp.
Referenced by main().
| set< string >::iterator hhp_reader::get_file_pathes_iterator_end | ( | ) |
Definition at line 259 of file hhp_reader.cpp.
Referenced by main().
| string hhp_reader::get_index_file_string | ( | ) |
Definition at line 234 of file hhp_reader.cpp.
Referenced by main().
| string hhp_reader::get_title_string | ( | ) |
Definition at line 224 of file hhp_reader.cpp.
Referenced by main().
|
private |
Definition at line 179 of file hhp_reader.cpp.
Referenced by hhp_reader().
|
private |
Definition at line 112 of file hhp_reader.h.
Referenced by hhp_reader().
|
private |
Definition at line 115 of file hhp_reader.h.
Referenced by compute_unique_file_pathes_set(), hhp_reader(), and ~hhp_reader().
|
private |
Definition at line 114 of file hhp_reader.h.
Referenced by ~hhp_reader().
|
private |
Definition at line 113 of file hhp_reader.h.
Referenced by add_section(), and read().
Definition at line 116 of file hhp_reader.h.
Referenced by compute_unique_file_pathes_set(), get_file_pathes_iterator_begin(), and get_file_pathes_iterator_end().