Google
Web alhem.net
Main Page | Alphabetical List | Class List | File List | Class Members | File Members

HOST Struct Reference

#include <MyHandler.h>

List of all members.

Public Member Functions

 HOST (const std::string &str, ipaddr_t l, port_t i)

Public Attributes

unsigned long host_id
std::string id
ipaddr_t ip
port_t port
long extra_information
time_t t
bool behind_firewall
bool sent
bool connectable


Detailed Description

File ......... MyHandler.h Published .... 2004-04-18 Author ....... grymse@alhem.net

Definition at line 30 of file MyHandler.h.


Constructor & Destructor Documentation

HOST::HOST const std::string &  str,
ipaddr_t  l,
port_t  i
[inline]
 

Definition at line 32 of file MyHandler.h.

References behind_firewall, connectable, extra_information, id, ip, and port.

00033                 : id(str)
00034                 , ip(l)
00035                 , port(i)
00036                 , extra_information(0)
00037                 , behind_firewall(false)
00038                 , connectable(false) {}


Member Data Documentation

bool HOST::behind_firewall
 

Definition at line 45 of file MyHandler.h.

Referenced by HOST().

bool HOST::connectable
 

Definition at line 47 of file MyHandler.h.

Referenced by HOST().

long HOST::extra_information
 

Definition at line 43 of file MyHandler.h.

Referenced by HOST().

unsigned long HOST::host_id
 

Definition at line 39 of file MyHandler.h.

std::string HOST::id
 

Definition at line 40 of file MyHandler.h.

Referenced by HOST().

ipaddr_t HOST::ip
 

Definition at line 41 of file MyHandler.h.

Referenced by HOST().

port_t HOST::port
 

Definition at line 42 of file MyHandler.h.

Referenced by HOST().

bool HOST::sent
 

Definition at line 46 of file MyHandler.h.

time_t HOST::t
 

Definition at line 44 of file MyHandler.h.


The documentation for this struct was generated from the following file:
Generated on Tue Oct 3 23:47:05 2006 for The Minder by doxygen 1.3.6