#include <string>
#include <algorithm>
#include <vector>
#include <unordered_set>
#include <map>
#include <sstream>
Go to the source code of this file.
|
| std::string | ICGTemplateEngine::process (const std::string &template_to_fill, const Dictionary &token_dictionary, const ListTokenItems &recursable_map) |
| |
| std::string | ICGTemplateEngine::process (const Dictionary &token_dictionary, const ListTokenItems &recursable_list) |
| | process(const std::string& template_to_fill, const Dictionary& token_dictionary, const std::vector<const recursable *>& recursable_list); Uses token named "top" in token_dictionary to begin processing. More...
|
| |