Alex Bikfalvi
SimStream Documentation
CAddress Class Reference
Public Member Functions | |
CAddress (__uint32 address) | |
CAddress (__byte b0, __byte b1, __byte b2, __byte b3) | |
__uint32 | Address () |
bool | operator== (CAddress address) const |
bool | operator== (__uint32 address) const |
bool | operator!= (CAddress address) const |
bool | operator!= (__uint32 address) const |
bool | operator< (const CAddress address) const |
bool | operator< (const __uint32) const |
bool | IsValid () |
bool | IsAny () |
bool | IsMulticast () |
bool | IsMulticastGroup () |
__uint32 | MulticastGroup () |
Static Public Member Functions | |
static __uint32 | Multicast (__uint32 group) |
static CAddress | Any () |
Private Attributes | |
__uint32 | address |
Detailed Description
Definition at line 10 of file Address.h.
The documentation for this class was generated from the following files:
Last updated: February 8, 2011