![]() |
DDraceNetwork Documentation
|
#include <types.h>
Public Member Functions | |
| bool | operator== (const NETADDR &other) const |
| bool | operator!= (const NETADDR &other) const |
| bool | operator< (const NETADDR &other) const |
Public Attributes | |
| unsigned int | type |
| unsigned char | ip [16] |
| unsigned short | port |
| bool NETADDR::operator!= | ( | const NETADDR & | other | ) | const |
| bool NETADDR::operator< | ( | const NETADDR & | other | ) | const |
| bool NETADDR::operator== | ( | const NETADDR & | other | ) | const |
| unsigned char NETADDR::ip[16] |
| unsigned short NETADDR::port |
| unsigned int NETADDR::type |