Go to the documentation of this file.00001 #ifndef mbl_parse_colon_pairs_list_h_
00002 #define mbl_parse_colon_pairs_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
00024 void mbl_parse_colon_pairs_list(vcl_istream& is,
00025 vcl_vector<vcl_string>& item1,
00026 vcl_vector<vcl_string>& item2);
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039 void mbl_parse_colon_pairs_list(const vcl_string& data,
00040 vcl_vector<vcl_string>& item1,
00041 vcl_vector<vcl_string>& item2);
00042
00043
00044
00045
00046
00047
00048
00049
00050
00051 void mbl_write_colon_pairs_list(vcl_ostream& os,
00052 const vcl_vector<vcl_string>& item1,
00053 const vcl_vector<vcl_string>& item2);
00054
00055 #endif // mbl_parse_colon_pairs_list_h_