25 #define _FORMFILE_H_ 1
92 const std::string& filename,
93 const std::string& dataType,
94 const std::string& data);
129 operator== (
const FormFile& file)
const;
140 {
return ! operator==(file); }
145 operator< (
const FormFile& file)
const
157 operator= (
const FormFile& file);
174 writeToStream(std::ostream& out)
const;
195 {
return fFilename; }
205 {
return fDataType; }
223 inline std::string::size_type
225 {
return fData.length(); }
230 std::string fFilename;
231 std::string fDataType;
Platform and operating system specific macro definitions.
The namespace containing the cgicc library.