Content-Disposition field value.
More...
#include <contentdisposition.h>
Public Types |
typedef FieldParam | Param |
typedef FieldParamList | ParamList |
Public Member Functions |
| ContentDisposition (const char *) |
| ContentDisposition (const std::string &) |
void | type (const std::string &) |
const istring & | type () const |
const ParamList & | paramList () const |
ParamList & | paramList () |
const std::string & | param (const std::string &) const |
void | param (const std::string &, const std::string &) |
void | set (const std::string &) |
std::string | str () const |
std::ostream & | write (std::ostream &os, int fold=0) const |
Static Public Attributes |
static const char | label [] |
Protected Member Functions |
FieldValue * | clone () const |
bool | typeChecked () const |
void | typeChecked (bool) |
Detailed Description
Content-Disposition field value.
The documentation for this struct was generated from the following file: