Lines Matching defs:templates_def
247 text::templates_def _templates;
441 /// them out and call templates_def::evaluate() to get their value.
489 templates_parser(const text::templates_def& templates_,
528 text::templates_def::templates_def(void)
544 text::templates_def::add_variable(const std::string& name,
561 text::templates_def::remove_variable(const std::string& name)
577 text::templates_def::add_vector(const std::string& name)
591 text::templates_def::add_to_vector(const std::string& name,
609 text::templates_def::exists(const std::string& name) const
624 text::templates_def::get_variable(const std::string& name) const
640 const text::templates_def::strings_vector&
641 text::templates_def::get_vector(const std::string& name) const
661 text::templates_def::get_vector(const std::string& name,
697 text::templates_def::evaluate(const std::string& expression) const
734 text::instantiate(const templates_def& templates,
751 text::instantiate(const templates_def& templates,