|
AXCEL C++ Framework
Elegance through abstraction
|
HTTP query string from a header request file. More...
#include <axcel.h>
Classes | |
| struct | svarpair |
Public Member Functions | |
| string | type () |
| Get type of object. | |
| operator string () | |
| Convert to string. | |
| string | vars () |
| string & | var (const char *v) |
| query & | operator= (const char *s) |
| string & | operator[] (const char *v) |
| query () | |
| query (const char *s) | |
| bool | operator== (const char *s) |
| bool | operator== (query q) |
| bool | operator!= (const char *s) |
| bool | operator!= (query q) |
Public Attributes | |
| string | buf |
| axcel::net::http::query::operator string | ( | ) | [virtual] |
Convert to string.
Implements axcel::object.
| bool axcel::net::http::query::operator!= | ( | const char * | s | ) |
| query & axcel::net::http::query::operator= | ( | const char * | s | ) |
| bool axcel::net::http::query::operator== | ( | const char * | s | ) |
| string & axcel::net::http::query::operator[] | ( | const char * | v | ) |
| string axcel::net::http::query::type | ( | ) | [virtual] |
1.7.4