cgi_v typedef | HttpdForm | [private] |
EnableRaw(bool) | HttpdForm | |
getbase() | HttpdForm | |
GetBoundary() const | HttpdForm | |
getfirst(std::string &n) const | HttpdForm | |
getfirst(std::string &n, std::string &v) const | HttpdForm | |
getlength(const std::string &) const | HttpdForm | |
getnext(std::string &n) const | HttpdForm | |
getnext(std::string &n, std::string &v) const | HttpdForm | |
getvalue(const std::string &, std::string &) const | HttpdForm | |
getvalue(const std::string &) const | HttpdForm | |
HttpdForm(IFile *, const std::string &content_type, size_t content_length) | HttpdForm | |
HttpdForm(const std::string &query_string, size_t length) | HttpdForm | |
HttpdForm(const HttpdForm &) | HttpdForm | [inline, private] |
m_cgi | HttpdForm | [private] |
m_current | HttpdForm | [mutable, private] |
m_strBoundary | HttpdForm | [private] |
operator=(const HttpdForm &) | HttpdForm | [inline, private] |
raw | HttpdForm | [private] |
strcpyval(std::string &, const char *) const | HttpdForm | |
~HttpdForm() | HttpdForm | |