keyword            79 include/io_dgf.h       It find(It first, It last, const std::string& keyword);
keyword            81 include/io_dgf.h       It close_list(It first, It last, const std::string& keyword);
keyword           107 include/io_dgf.h       It find(It first, It last, const std::string& keyword){
keyword           108 include/io_dgf.h 	It rv = std::find(first, last, keyword);
keyword           110 include/io_dgf.h 	  {"Could not find \"" + keyword + "\"."};
keyword           115 include/io_dgf.h       It close_list(It first, It last, const std::string& keyword){
keyword           116 include/io_dgf.h 	It rv = std::find(first, last, keyword);
keyword           118 include/io_dgf.h 	  {"Could not find closing \"" + keyword + "\"."};