|
PTLib Version 2.10.2
|
#include <vcard.h>
Public Member Functions | |
| EMail () | |
| EMail (const PString &address, const PString &type=PString::Empty()) | |
| virtual void | PrintOn (ostream &strm) const |
| Output the contents of the object to the stream. | |
Public Attributes | |
| TextValue | m_address |
| PvCard::EMail::EMail | ( | ) | [inline] |
| virtual void PvCard::EMail::PrintOn | ( | ostream & | strm | ) | const [virtual] |
Output the contents of the object to the stream.
The exact output is dependent on the exact semantics of the descendent class. This is primarily used by the standard operator<< function.
The default behaviour is to print the class name.
Reimplemented from PObject.