Go to the documentation of this file.00001 #ifndef mbl_parse_string_list_h_
00002 #define mbl_parse_string_list_h_
00003
00004
00005
00006
00007
00008
00009 #include <vcl_string.h>
00010 #include <vcl_vector.h>
00011 #include <vcl_iostream.h>
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 void mbl_parse_string_list(vcl_istream& is,
00024 vcl_vector<vcl_string>& items,
00025 const vcl_string& comment_str="//");
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036 void mbl_parse_string_list(const vcl_string& data,
00037 vcl_vector<vcl_string>& items,
00038 const vcl_string& comment_str="//");
00039
00040
00041 #endif // mbl_parse_string_list_h_