Go to the documentation of this file.
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.
GNU cgicc - A C++ class library for
writing CGI applications
Copyright © 1996 - 2004
Stephen F. Booth
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.1 or
any later version published by the Free Software Foundation; with no
Invariant Sections, with no Front Cover Texts, and with no Back-Cover
Texts.
Documentation generated Mon Apr 25 2022 14:03:04 for cgicc by
doxygen 1.8.17