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