#include <account.hh>
Public Member Functions | |
void | clear (void) |
string | server (void) |
void | set_server (const char *) |
string | usr (void) |
void | set_usr (const char *) |
string | passwd (void) |
void | set_passwd (const char *) |
unsigned int | port (void) |
void | set_port (unsigned int) |
void | set_protocol (unsigned int) |
unsigned int | protocol (void) |
void | set_connection (unsigned int=POSIX_SOCKETS) __attribute__((unused)) |
int | check (void) |
Protected Attributes | |
string | serv |
string | user |
string | pass |
int | the_port |
vector< string > | msg_ids |
Protocol * | proto |
Connection * | conn |
int Account::check | ( | void | ) |
void Account::clear | ( | void | ) |
string Account::passwd | ( | void | ) |
unsigned int Account::port | ( | void | ) |
unsigned int Account::protocol | ( | void | ) |
string Account::server | ( | void | ) |
void Account::set_connection | ( | unsigned int | the_connection_type = POSIX_SOCKETS |
) |
void Account::set_passwd | ( | const char * | s | ) |
void Account::set_port | ( | unsigned int | p | ) |
void Account::set_protocol | ( | unsigned int | prot | ) |
void Account::set_server | ( | const char * | s | ) |
void Account::set_usr | ( | const char * | s | ) |
string Account::usr | ( | void | ) |
Connection* Account::conn [protected] |
vector<string> Account::msg_ids [protected] |
string Account::pass [protected] |
Protocol* Account::proto [protected] |
string Account::serv [protected] |
int Account::the_port [protected] |
string Account::user [protected] |