HomeSort by: relevance | last modified time | path
    Searched defs:templates_def (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/utils/text/
templates.hpp 75 class templates_def { class in namespace:utils::text
98 templates_def(void);
113 void instantiate(const templates_def&, std::istream&, std::ostream&);
114 void instantiate(const templates_def&, const fs::path&, const fs::path&);
templates.hpp 75 class templates_def { class in namespace:utils::text
98 templates_def(void);
113 void instantiate(const templates_def&, std::istream&, std::ostream&);
114 void instantiate(const templates_def&, const fs::path&, const fs::path&);
templates.cpp 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) function in class:text::templates_def
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) cons
    [all...]
templates.cpp 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) function in class:text::templates_def
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) cons
    [all...]

Completed in 65 milliseconds