Lines Matching refs:html_template

291 html_template::html_template() {  in html_template()  function in tmpl::html_template
297 html_template::html_template(const std::wstring & arg_template): str_tmpl_txt(arg_template) { in html_template() function in tmpl::html_template
304 void html_template::Set_Template(const std::wstring & arg_template) { in Set_Template()
309 const std::wstring & html_template::Process() { in Process()
380 void html_template::print_block_map(block_map_t & r_block_map) { in print_block_map()
416 void html_template::print_tag_map() { in print_tag_map()
450 html_template::~html_template() { in ~html_template()
454 cls_variable & html_template::operator() (const std::wstring & arg_var_name) { in operator ()()
475 html_template::Get_Tag_Type_Count(const tag_type_s & tag_type) const { in Get_Tag_Type_Count()
487 void html_template::init() { in init()
522 void html_template::process_conditionals(block_map_t & r_block_map, in process_conditionals()
721 void html_template::process_simple_vars(block_map_t & r_block_map, in process_simple_vars()
723 html_template::variables_t & r_variables_c) { in process_simple_vars()
773 void html_template::process_loops(block_map_t & r_block_map, in process_loops()
790 void html_template::process_loop(const block_s & block, in process_loop()
999 bool html_template::evaluate(cls_variable & var) const { in evaluate()
1046 const ptrdiff_t html_template::get_offset(const size_t block_len, in get_offset()
1062 void html_template::delete_blocks(const tag_s & open_tag, in delete_blocks()
1076 void html_template::build_line_map() { in build_line_map()
1107 void html_template::build_tag_map() { in build_tag_map()
1127 void html_template::build_block_map() { in build_block_map()
1241 tag_s html_template::find_tag() const { in find_tag()
1317 const std::wstring html_template::truncate(const std::wstring & arg) const { in truncate()
1335 const tag_s html_template::parse_tag(const std::wstring & arg) const { in parse_tag()
1517 html_template::get_line_from_pos(const size_t & ui_pos) const { in get_line_from_pos()
1533 void html_template::shift_tags(const std::wstring & str_in, in shift_tags()
1550 void html_template::escape_var(std::wstring & arg, const en_escape_mode escape_mode) { in escape_var()
1575 void html_template::throw_exception(syntax_ex & ex) const { in throw_exception()
1581 void html_template::throw_exception(runtime_ex & ex) const { in throw_exception()