wibble 1.1
Public Member Functions | List of all members
wibble::net::http::Param Struct Referenceabstract

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

#include <http.h>

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

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

◆ ~Param()

wibble::net::http::Param::~Param ( )
virtual

Member Function Documentation

◆ parse()

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::ParamSingle, and wibble::net::http::ParamMulti.


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