This is the complete list of members for yarp::os::Contact, including all inherited members.
| Contact(const std::string &name=std::string(), const std::string &carrier=std::string(), const std::string &hostname=std::string(), int port=-1) | yarp::os::Contact | |
| Contact(const std::string &hostname, int port) | yarp::os::Contact | |
| Contact(const std::string &carrier, const std::string &hostname, int port) | yarp::os::Contact | |
| Contact(const Contact &rhs) | yarp::os::Contact | |
| Contact(Contact &&rhs) noexcept | yarp::os::Contact | |
| convertHostToIp(const char *name) | yarp::os::Contact | static |
| fromConfig(const Searchable &config) | yarp::os::Contact | static |
| fromString(const std::string &txt) | yarp::os::Contact | static |
| getCarrier() const | yarp::os::Contact | |
| getHost() const | yarp::os::Contact | |
| getName() const | yarp::os::Contact | |
| getNested() const | yarp::os::Contact | |
| getPort() const | yarp::os::Contact | |
| getRegName() const | yarp::os::Contact | |
| getTimeout() const | yarp::os::Contact | |
| hasTimeout() const | yarp::os::Contact | |
| isValid() const | yarp::os::Contact | |
| operator=(const Contact &rhs) | yarp::os::Contact | |
| operator=(Contact &&rhs) noexcept | yarp::os::Contact | |
| setCarrier(const std::string &carrier) | yarp::os::Contact | |
| setHost(const std::string &hostname) | yarp::os::Contact | |
| setName(const std::string &name) | yarp::os::Contact | |
| setNestedContact(const yarp::os::NestedContact &nestedContact) | yarp::os::Contact | |
| setPort(int port) | yarp::os::Contact | |
| setSocket(const std::string &carrier, const std::string &hostname, int port) | yarp::os::Contact | |
| setTimeout(float timeout) | yarp::os::Contact | |
| toString() const | yarp::os::Contact | |
| toURI(bool includeCarrier=true) const | yarp::os::Contact | |
| ~Contact() | yarp::os::Contact | virtual |