Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/text/
H A Dtemplates.hpp79 typedef std::map< std::string, std::string > variables_map; typedef in utils::text::templates_def
82 variables_map _variables;
H A Dtemplates.cpp627 const variables_map::const_iterator iter = _variables.find(name); in get_variable()