#include <cookie.hh>
Inheritance diagram for mpcl::net::cgi::TCookie:
Public Methods | |
TCookie (const TCookie &rktCGI_COOKIE) | |
TCookie (const TString &rkyNAME, const TString &rkyVALUE, const TGmtDate &rktEXPIRES=TGmtDate(IDate::eEmpty), const TString &rkyPATH="", const TString &rkyDOMAIN="", const bool kgSECURE=false) | |
TCookie (std::basic_istream< char_type, traits_type > &rtSOURCE_ISTREAM) | |
TString | name (void) const |
Gets the name of the cookie. | |
TString | value (void) const |
Gets the value of the cookie. | |
bool | operator== (const TCookie &rktCOOKIE) const |
Protected Methods | |
void | read (std::basic_istream< char_type, traits_type > &rtSOURCE_ISTREAM) |
void | write (std::basic_ostream< char_type, traits_type > &rtTARGET_OSTREAM) const |
Definition at line 57 of file cookie.hh.
|
Builds a new instance from another instance.
|
|
Builds a new instance.
Definition at line 109 of file cookie.hh. References mpcl::text::TString. |
|
Builds a new instance from an input stream.
Definition at line 127 of file cookie.hh. References read(). |
|
Returns true if both cookies are equal.
|
|
Reads an instance from stream rtSOURCE_ISTREAM.
Definition at line 36 of file cookie.cc. Referenced by TCookie(). |
|
Writes the instance onto stream rtTARGET_OSTREAM.
|