| Main Page Class Hierarchy Alphabetical List Compound List Examples |
#include <addresslist.h>
Public Member Functions | |
| AddressList (const char *) | |
| AddressList (const std::string &) | |
| std::string | str () const |
| void | set (const std::string &) |
| virtual void | set (const std::string &val)=0 |
| virtual std::string | str () const =0 |
| virtual FieldValue * | clone () const =0 |
Protected Member Functions | |
| FieldValue * | clone () const |
Protected Member Functions inherited from FieldValue | |
| bool | typeChecked () const |
| void | typeChecked (bool) |
List of Address.
AddressList class is a container class that holds Address objects which, in turn can be a Group or a Mailbox.
|
protectedvirtual |
Implements FieldValue.
|
virtual |
Implements FieldValue.
|
virtual |
Implements FieldValue.