mime/mime/field.h

00001 
00002 #ifndef FIELD_H
00003 #define FIELD_H
00004 
00005 #include <string>
00006 #include <map>
00007 
00008 #include <sys/types.h>
00009 
00010 namespace mime {
00011 
00015     class field {
00016       public:
00021         std::string key;
00022 
00026         std::string value;
00027 
00032         std::map<std::string,std::string> attributes;
00033     };
00034 
00035 }
00036 
00037 #endif
00038 

Generated on Mon Jun 19 21:23:16 2006 for mimedecode by  doxygen 1.4.6