Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayLib::cHttpCookie Class Reference

#include <cHttpHeader.h>

Inheritance diagram for GrayLib::cHttpCookie:
Gray::cIniKeyValue

Additional Inherited Members

- Public Member Functions inherited from Gray::cIniKeyValue
 cIniKeyValue ()
 
 cIniKeyValue (cAtomRef aKey, cStringI sVal)
 
ATOMCODE_t get_HashCode () const noexcept
 
bool operator== (const cIniKeyValue &e) const noexcept
 
HRESULT GetValInt (int *piValue) const
 
HRESULT GetValDouble (double *pdValue) const
 
- Public Attributes inherited from Gray::cIniKeyValue
cAtomRef m_aKey
 property key name. More...
 
cStringI m_sVal
 property value as a string. More...
 

Detailed Description

A single cookie in the header. TODO: track decay, scope, http://en.wikipedia.org/wiki/HTTP_cookie


The documentation for this class was generated from the following file: