|
cisst-saw
|
#include <osaSocket.h>
Public Member Functions | |
| osaIPandPort () | |
| osaIPandPort (const std::string &ip, short port) | |
| ~osaIPandPort () | |
| bool | operator== (const osaIPandPort &other) const |
| bool | operator!= (const osaIPandPort &other) const |
| bool | operator< (const osaIPandPort &other) const |
Public Attributes | |
| std::string | IP |
| unsigned short | Port |
|
inline |
|
inline |
|
inline |
| bool osaIPandPort::operator!= | ( | const osaIPandPort & | other | ) | const |
| bool osaIPandPort::operator< | ( | const osaIPandPort & | other | ) | const |
| bool osaIPandPort::operator== | ( | const osaIPandPort & | other | ) | const |
| std::string osaIPandPort::IP |
| unsigned short osaIPandPort::Port |