PTLib  Version 2.10.4
PvCard::EMail Struct Reference

#include <vcard.h>

Inheritance diagram for PvCard::EMail:
PvCard::MultiValue PObject

List of all members.

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

Constructor & Destructor Documentation

PvCard::EMail::EMail ( ) [inline]
PvCard::EMail::EMail ( const PString address,
const PString type = PString::Empty() 
) [inline]

Member Function Documentation

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.


Member Data Documentation


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