AXCEL C++ Framework
Elegance through abstraction
Classes | Public Member Functions | Public Attributes
axcel::net::http::query Class Reference

HTTP query string from a header request file. More...

#include <axcel.h>

Inheritance diagram for axcel::net::http::query:
axcel::object

List of all members.

Classes

struct  svarpair

Public Member Functions

string type ()
 Get type of object.
 operator string ()
 Convert to string.
string vars ()
stringvar (const char *v)
queryoperator= (const char *s)
stringoperator[] (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

Detailed Description

HTTP query string from a header request file.

Definition at line 2370 of file axcel.h.


Constructor & Destructor Documentation

axcel::net::http::query::query ( ) [inline]

Definition at line 2382 of file axcel.h.

axcel::net::http::query::query ( const char *  s)

Definition at line 7000 of file axcel.cpp.


Member Function Documentation

axcel::net::http::query::operator string ( ) [virtual]

Convert to string.

Returns:
Suitable string representation of object's data

Implements axcel::object.

Definition at line 6955 of file axcel.cpp.

bool axcel::net::http::query::operator!= ( const char *  s)

Definition at line 7107 of file axcel.cpp.

bool axcel::net::http::query::operator!= ( query  q)

Definition at line 7108 of file axcel.cpp.

query & axcel::net::http::query::operator= ( const char *  s)

Definition at line 6988 of file axcel.cpp.

bool axcel::net::http::query::operator== ( query  q)

Definition at line 7106 of file axcel.cpp.

bool axcel::net::http::query::operator== ( const char *  s)

Definition at line 7105 of file axcel.cpp.

string & axcel::net::http::query::operator[] ( const char *  v)

Definition at line 6987 of file axcel.cpp.

string axcel::net::http::query::type ( ) [virtual]

Get type of object.

Returns:
string containing name of object's class.

Implements axcel::object.

Definition at line 6954 of file axcel.cpp.

string & axcel::net::http::query::var ( const char *  v)

Definition at line 6977 of file axcel.cpp.

string axcel::net::http::query::vars ( )

Definition at line 6968 of file axcel.cpp.


Member Data Documentation

Definition at line 2377 of file axcel.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Defines