wibble  0.1.28
Public Member Functions
wibble::net::http::Param Struct Reference

Base interface for GET or POST parameters. More...

#include <http.h>

Inheritance diagram for wibble::net::http::Param:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~Param ()
virtual void parse (const std::string &str)=0
 Parse the value of this parameter from the given unescaped string value.

Detailed Description

Base interface for GET or POST parameters.


Constructor & Destructor Documentation


Member Function Documentation

virtual void wibble::net::http::Param::parse ( const std::string &  str) [pure virtual]

Parse the value of this parameter from the given unescaped string value.

This can be called more than once, if the value is found multiple times. It can also never be called, if the value is never found.

Implemented in wibble::net::http::ParamMulti, and wibble::net::http::ParamSingle.

Referenced by wibble::net::http::Params::parse_multipart(), and wibble::net::http::Params::parse_urlencoded().


The documentation for this struct was generated from the following files: