From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/class_http_param.html | 266 +++++++++++++++++++++++++++++++++ 1 file changed, 266 insertions(+) create mode 100644 Doc/doxygen/html/class_http_param.html (limited to 'Doc/doxygen/html/class_http_param.html') diff --git a/Doc/doxygen/html/class_http_param.html b/Doc/doxygen/html/class_http_param.html new file mode 100644 index 0000000..d19a732 --- /dev/null +++ b/Doc/doxygen/html/class_http_param.html @@ -0,0 +1,266 @@ + + + + + +Starshatter_Open: HttpParam Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ + +
+ +

#include <HttpServer.h>

+ +

List of all members.

+ + + + +

+Public Member Functions

 HttpParam (const char *n, const char *v)
int operator== (const HttpParam &p) const
+ + +

+Static Public Member Functions

static const char * TYPENAME ()
+ + + +

+Public Attributes

Text name
Text value
+

Detailed Description

+
+

Definition at line 56 of file HttpServer.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
HttpParam::HttpParam (const char * n,
const char * v 
)
+
+inline
+
+ +

Definition at line 61 of file HttpServer.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + +
int HttpParam::operator== (const HttpParamp) const
+
+inline
+
+ +

Definition at line 63 of file HttpServer.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
static const char* HttpParam::TYPENAME ()
+
+inlinestatic
+
+ +

Definition at line 59 of file HttpServer.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
Text HttpParam::name
+
+ +

Definition at line 65 of file HttpServer.h.

+ +
+
+ +
+
+ + + + +
Text HttpParam::value
+
+ +

Definition at line 66 of file HttpServer.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.1