#include <email.h>
Inheritance diagram for EmailString:
Public Member Functions | |
const char * | add (const char *) |
Appends an email string. | |
const char * | get_string () |
const char * | set_string (const char *s) |
Assign a new string value to an EmailString object. | |
const char * | set_string_ptr (char *s) |
int | length () |
const char * | operator= (const char *buf) |
const char * | operator+= (const char *buf) |
char & | operator[] (int i) |
operator char * () | |
Private Attributes | |
int | theLength |
char * | theString |
Friends | |
class | EmailAddressBuf |
int | main () |
Definition at line 63 of file email.h.
|
Appends an email string.
Definition at line 86 of file email.cc. Referenced by loadKlineQueue(), queueakill(), and timed_akill_queue(). |
|
Definition at line 79 of file email.h. Referenced by saveKlineQueue(), EmailMessage::send(), and timed_akill_queue(). |
|
Assign a new string value to an EmailString object.
Definition at line 59 of file email.cc. Referenced by timed_akill_queue(). |