#include <vcard.h>
Inheritance diagram for PvCard::URIValue:
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. |
PvCard::URIValue::URIValue | ( | const char * | str = NULL |
) | [inline] |
PvCard::URIValue::URIValue | ( | const PString & | str | ) | [inline] |
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.