Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWIHttpDate



Module

Networking Tools: Thread-hot Internet Classes (int library)

Data Type and Member Function Indexes
(exclusive of constructors and destructors)

Member Functions

Synopsis

#include <rw/toolpro/httpdate.h>
RWIHttpDate d; // creates date with current date and time

Required Libraries

thr, net, int, tls (and possibly std)

Description

RWIHttpDate maintains date and time information. It outputs the date as a string that conforms to the HTTP/1.0 date specification.

Public Constructors

RWIHttpDate();
RWIHttpDate(const RWTime& t);
RWIHttpDate(const RWCString& str);

Public Member Functions

RWCString
asString() const;

Global Operators

ostream&
operator<<(ostream& s, const RWIHttpDate& d);
istream&
operator>>(istream& s, RWIHttpDate& d);


Previous fileTop of DocumentContentsIndexNext file

©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.