sf::SocketTCP Member List

This is the complete list of members for sf::SocketTCP, including all inherited members.
Accept(SocketTCP &connected, IPAddress *address=NULL)sf::SocketTCP
Close()sf::SocketTCP
Connect(unsigned short port, const IPAddress &host, float timeout=0.f)sf::SocketTCP
IsValid() const sf::SocketTCP
Listen(unsigned short port)sf::SocketTCP
operator!=(const SocketTCP &other) const sf::SocketTCP
operator<(const SocketTCP &other) const sf::SocketTCP
operator==(const SocketTCP &other) const sf::SocketTCP
Receive(char *data, std::size_t maxSize, std::size_t &sizeReceived)sf::SocketTCP
Receive(Packet &packet)sf::SocketTCP
Selector< SocketTCP > (defined in sf::SocketTCP)sf::SocketTCP [friend]
Send(const char *data, std::size_t sizeInBytes)sf::SocketTCP
Send(Packet &packet)sf::SocketTCP
SetBlocking(bool blocking)sf::SocketTCP
SocketTCP()sf::SocketTCP