Home
last modified time | relevance | path

Searched refs:variables_map (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/utils/text/
H A Dtemplates.hpp77 typedef std::map< std::string, std::string > variables_map; typedef in utils::text::templates_def
80 variables_map _variables;
H A Dtemplates.cpp626 const variables_map::const_iterator iter = _variables.find(name); in get_variable()