Main Page Class Hierarchy Alphabetical List Compound List Examples |
Represent the group type in the RFC822. More...
#include <group.h>
Public Member Functions | |
Group (const char *) | |
Group (const std::string &) | |
void | name (const std::string &) |
std::string | name (int bCanonical=0) const |
void | set (const std::string &) |
std::string | str () const |
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 |
![]() | |
bool | typeChecked () const |
void | typeChecked (bool) |
Represent the group type in the RFC822.
Groups class is a container class that stores Rfc822::Mailbox objects. Use this class when you need to create or parse rfc822 email groups
Parsing:
Building:
|
protectedvirtual |
Implements FieldValue.
|
virtual |
Implements FieldValue.
|
virtual |
Implements FieldValue.