Home
last modified time | relevance | path

Searched refs:hhp_reader (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/tools/hhpcomp/
H A Dhhp_reader.cpp152 hhp_reader::hhp_reader(string filename) in hhp_reader() function in hhp_reader
165 hhp_reader::~hhp_reader() in ~hhp_reader()
171 void hhp_reader::add_section(hhp_section* section) in add_section()
179 void hhp_reader::read() in read()
216 void hhp_reader::compute_unique_file_pathes_set() in compute_unique_file_pathes_set()
224 string hhp_reader::get_title_string() in get_title_string()
229 string hhp_reader::get_contents_file_string() in get_contents_file_string()
234 string hhp_reader::get_index_file_string() in get_index_file_string()
239 string hhp_reader::get_default_topic_string() in get_default_topic_string()
244 unsigned int hhp_reader::get_language_code() in get_language_code()
[all …]
H A Dhhp_reader.h27 class hhp_reader; // forward declaration variable
69 friend class hhp_reader; variable
99 friend class hhp_reader; variable
109 class hhp_reader
123 hhp_reader(string filename);
124 ~hhp_reader();
H A DCMakeLists.txt4 hhp_reader.cpp
H A Dhhpcomp.cpp64 hhp_reader project_file(absolute_name); in main()