YARP
Yet Another Robot Platform
yarp::os::Contact Member List

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) noexceptyarp::os::Contact
convertHostToIp(const char *name)yarp::os::Contactstatic
fromConfig(const Searchable &config)yarp::os::Contactstatic
fromString(const std::string &txt)yarp::os::Contactstatic
getCarrier() constyarp::os::Contact
getHost() constyarp::os::Contact
getName() constyarp::os::Contact
getNested() constyarp::os::Contact
getPort() constyarp::os::Contact
getRegName() constyarp::os::Contact
getTimeout() constyarp::os::Contact
hasTimeout() constyarp::os::Contact
isValid() constyarp::os::Contact
operator=(const Contact &rhs)yarp::os::Contact
operator=(Contact &&rhs) noexceptyarp::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() constyarp::os::Contact
toURI(bool includeCarrier=true) constyarp::os::Contact
~Contact()yarp::os::Contactvirtual