PTLib
Version 2.10.4
|
Representation of EBNF img-inline-value/snd-inline-value. More...
#include <vcard.h>
Public Member Functions | |
InlineValue (const char *str=NULL) | |
InlineValue (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. | |
InlineValue & | ReadFromParam (const ParamMap ¶ms) |
Representation of EBNF img-inline-value/snd-inline-value.
PvCard::InlineValue::InlineValue | ( | const char * | str = NULL | ) | [inline] |
PvCard::InlineValue::InlineValue | ( | const PString & | str | ) | [inline] |
virtual void PvCard::InlineValue::PrintOn | ( | ostream & | strm | ) | const [virtual] |
Output the contents of the URL to the stream as a string.
Reimplemented from PvCard::URIValue.
virtual void PvCard::InlineValue::ReadFrom | ( | istream & | strm | ) | [virtual] |
Input the contents of the URL from the stream.
The input is a URL in string form.
Reimplemented from PvCard::URIValue.
InlineValue& PvCard::InlineValue::ReadFromParam | ( | const ParamMap & | params | ) |