Searched refs:variables_map (Results 1 – 2 of 2) sorted by relevance
77 typedef std::map< std::string, std::string > variables_map; typedef in utils::text::templates_def80 variables_map _variables;
626 const variables_map::const_iterator iter = _variables.find(name); in get_variable()