#include <IPv6Addr.h>
Public Member Functions | |
TIPv6Addr () | |
TIPv6Addr (char *addr, bool plain=false) | |
char * | getAddr () |
void | setAddr (char *addr) |
char * | getPlain () |
char * | storeSelf (char *buf) |
bool | linkLocal () |
TIPv6Addr | operator- (const TIPv6Addr &other) |
TIPv6Addr | operator+ (const TIPv6Addr &other) |
TIPv6Addr & | operator-- () |
bool | operator== (const TIPv6Addr &other) |
bool | operator<= (const TIPv6Addr &other) |
Friends | |
std::ostream & | operator<< (std::ostream &out, TIPv6Addr &group) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|