rllib
1
|
#include <rludpsocket.h>
Public Member Functions | |
rlIpAdr () | |
virtual | ~rlIpAdr () |
int | setAdr (const char *adr, int port) |
int | operator== (rlIpAdr &address1) |
Public Attributes | |
struct sockaddr_in | address |
class for encapsulating ip addresses
Definition at line 40 of file rludpsocket.h.
rlIpAdr::rlIpAdr | ( | ) |
Definition at line 21 of file rludpsocket.cpp.
|
virtual |
Definition at line 27 of file rludpsocket.cpp.
int rlIpAdr::operator== | ( | rlIpAdr & | address1 | ) |
Definition at line 63 of file rludpsocket.cpp.
int rlIpAdr::setAdr | ( | const char * | adr, |
int | port | ||
) |
Definition at line 31 of file rludpsocket.cpp.
struct sockaddr_in rlIpAdr::address |
Definition at line 47 of file rludpsocket.h.