Logo
~Sockets~
~Examples~
~Contact~


HttpdCookies::COOKIE Struct Reference
[Webserver framework]

Name/value pair store struct. More...

List of all members.


Public Member Functions

 COOKIE (const std::string &n, const std::string &v)

Public Attributes

std::string name
std::string value

Detailed Description

Name/value pair store struct.

Definition at line 56 of file HttpdCookies.h.


Constructor & Destructor Documentation

HttpdCookies::COOKIE::COOKIE ( const std::string &  n,
const std::string &  v 
) [inline]

Definition at line 58 of file HttpdCookies.h.

00058 : name(n),value(v) {}


Member Data Documentation

Definition at line 59 of file HttpdCookies.h.

Definition at line 60 of file HttpdCookies.h.


The documentation for this struct was generated from the following file:
Page, code, and content Copyright (C) 2007 by Anders Hedström
Generated for C++ Sockets by  doxygen 1.4.4