OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Also used as transfer buffer. More...
#include <owl/ipaddres.h>
Public Member Functions | |
TIPAddressBits (uint32 address=0) | |
TIPAddressBits (int fld0, int fld1, int fld2, int fld3) | |
void | SetAddress (int f0, int f1, int f2, int f3) |
void | SetAddress (uint32 address) |
int | GetFirst () |
int | GetSecond () |
int | GetThird () |
int | GetFourth () |
operator uint32 () | |
Static Public Member Functions | |
static uint32 | MakeIPAddress (int f0, int f1, int f2, int f3) |
Public Attributes | |
uint32 | Address |
Also used as transfer buffer.
Definition at line 32 of file ipaddres.h.
|
inline |
Definition at line 34 of file ipaddres.h.
Definition at line 35 of file ipaddres.h.
|
inline |
Definition at line 44 of file ipaddres.h.
|
inline |
Definition at line 47 of file ipaddres.h.
|
inline |
Definition at line 45 of file ipaddres.h.
|
inline |
Definition at line 46 of file ipaddres.h.
Definition at line 38 of file ipaddres.h.
|
inline |
Definition at line 49 of file ipaddres.h.
Definition at line 41 of file ipaddres.h.
Definition at line 42 of file ipaddres.h.
uint32 owl::TIPAddressBits::Address |
Definition at line 51 of file ipaddres.h.