This is the complete list of members for sp2plib::IPEndPoint, including all inherited members.
ANY() | sp2plib::IPEndPoint | static |
As_sockaddr_in(sockaddr_in &adr) | sp2plib::IPEndPoint | |
Equals(IPEndPoint *otherEndPoint) | sp2plib::IPEndPoint | |
From_sockaddr_in(const sockaddr_in &adr) | sp2plib::IPEndPoint | |
get_sockaddr_in() | sp2plib::IPEndPoint | |
GetAddress() | sp2plib::IPEndPoint | |
GetPort() | sp2plib::IPEndPoint | |
IPEndPoint() (defined in sp2plib::IPEndPoint) | sp2plib::IPEndPoint | |
IPEndPoint(IP4Address IPAddress, sp2plib::UInt16 Port) | sp2plib::IPEndPoint | |
IPEndPoint(char *HostAddress, sp2plib::UInt16 Port) | sp2plib::IPEndPoint | |
IPEndPoint(sp2plib::UInt32 intAddress, sp2plib::UInt16 Port) | sp2plib::IPEndPoint | |
IPEndPoint(sockaddr_in sAddr) | sp2plib::IPEndPoint | |
IPEndPoint(const char *sEp) | sp2plib::IPEndPoint | |
new_ParseFromBytes(unsigned char *buffer, int startIndex=0) | sp2plib::IPEndPoint | static |
operator sockaddr_in() | sp2plib::IPEndPoint | |
operator!=(const IPEndPoint &other) const | sp2plib::IPEndPoint | |
operator=(const IPEndPoint &rhs) | sp2plib::IPEndPoint | |
operator=(const sockaddr_in &rhs) | sp2plib::IPEndPoint | |
operator==(const IPEndPoint &other) const | sp2plib::IPEndPoint | |
ParseFromBytes(unsigned char *buffer, int startIndex=0) | sp2plib::IPEndPoint | |
Set(IP4Address IPAddress, sp2plib::UInt16 Port) | sp2plib::IPEndPoint | |
Set(char *HostAddress, sp2plib::UInt16 Port) | sp2plib::IPEndPoint | |
Set(sp2plib::UInt32 intAddress, sp2plib::UInt16 Port) | sp2plib::IPEndPoint | |
SetAddress(sp2plib::UInt32 intAddress) | sp2plib::IPEndPoint | |
SetAddress(char *HostAddress) | sp2plib::IPEndPoint | |
SetAddressFromBytes(unsigned char *AddressBytes, int startIndex=0) | sp2plib::IPEndPoint | |
SetPort(sp2plib::UInt16 Port) | sp2plib::IPEndPoint | |
ToByteArray(unsigned char *buffer, int startIndex=0) | sp2plib::IPEndPoint | |
ToString() | sp2plib::IPEndPoint | |
~IPEndPoint() | sp2plib::IPEndPoint | |