PTLib  Version 2.10.4
PvCard::URIValue Class Reference

#include <vcard.h>

Inheritance diagram for PvCard::URIValue:
PURL PObject PvCard::InlineValue

List of all members.

Public Member Functions

 URIValue (const char *str=NULL)
 URIValue (const PString &str)
virtual void PrintOn (ostream &strm) const
 Output the contents of the URL to the stream as a string.
virtual void ReadFrom (istream &strm)
 Input the contents of the URL from the stream.

Constructor & Destructor Documentation

PvCard::URIValue::URIValue ( const char *  str = NULL) [inline]
PvCard::URIValue::URIValue ( const PString str) [inline]

Member Function Documentation

virtual void PvCard::URIValue::PrintOn ( ostream &  strm) const [virtual]

Output the contents of the URL to the stream as a string.

Reimplemented from PURL.

Reimplemented in PvCard::InlineValue.

virtual void PvCard::URIValue::ReadFrom ( istream &  strm) [virtual]

Input the contents of the URL from the stream.

The input is a URL in string form.

Reimplemented from PURL.

Reimplemented in PvCard::InlineValue.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines