#include <account.hh>
      
        
          | 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 |  | ) |  | 
      
 
 
  
  | 
        
          | vector<string> Account::msg_ids |  | protected | 
 
 
The documentation for this class was generated from the following files: