webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
testing::SocketTestServer Class Reference

#include <testutils.h>

Inheritance diagram for testing::SocketTestServer:
sigslot::has_slots<> sigslot::has_slots<> sigslot::has_slots_interface sigslot::has_slots_interface sigslot::has_slots_interface sigslot::has_slots_interface

Public Member Functions

 SocketTestServer (const SocketAddress &address)
 
virtual ~SocketTestServer ()
 
size_t size () const
 
SocketTestClientclient (size_t index) const
 
SocketTestClientoperator[] (size_t index) const
 
void clear ()
 
 SocketTestServer (const SocketAddress &address)
 
virtual ~SocketTestServer ()
 
size_t size () const
 
SocketTestClientclient (size_t index) const
 
SocketTestClientoperator[] (size_t index) const
 
void clear ()
 
- Public Member Functions inherited from sigslot::has_slots<>
 has_slots ()
 
 has_slots ()
 
 ~has_slots ()
 
 ~has_slots ()
 
- Public Member Functions inherited from sigslot::has_slots_interface
void signal_connect (_signal_base_interface *sender)
 
void signal_disconnect (_signal_base_interface *sender)
 
void disconnect_all ()
 
void signal_connect (_signal_base_interface *sender)
 
void signal_disconnect (_signal_base_interface *sender)
 
void disconnect_all ()
 

Additional Inherited Members

- Protected Member Functions inherited from sigslot::has_slots_interface
 has_slots_interface (signal_connect_t conn, signal_disconnect_t disc, disconnect_all_t disc_all)
 
virtual ~has_slots_interface ()
 
 has_slots_interface (signal_connect_t conn, signal_disconnect_t disc, disconnect_all_t disc_all)
 
virtual ~has_slots_interface ()
 

Constructor & Destructor Documentation

◆ SocketTestServer() [1/2]

testing::SocketTestServer::SocketTestServer ( const SocketAddress address)
inline

◆ ~SocketTestServer() [1/2]

virtual testing::SocketTestServer::~SocketTestServer ( )
inlinevirtual

◆ SocketTestServer() [2/2]

testing::SocketTestServer::SocketTestServer ( const SocketAddress address)
inline

◆ ~SocketTestServer() [2/2]

virtual testing::SocketTestServer::~SocketTestServer ( )
inlinevirtual

Member Function Documentation

◆ clear() [1/2]

void testing::SocketTestServer::clear ( )
inline

◆ clear() [2/2]

void testing::SocketTestServer::clear ( )
inline

◆ client() [1/2]

SocketTestClient* testing::SocketTestServer::client ( size_t  index) const
inline

◆ client() [2/2]

SocketTestClient* testing::SocketTestServer::client ( size_t  index) const
inline

◆ operator[]() [1/2]

SocketTestClient* testing::SocketTestServer::operator[] ( size_t  index) const
inline

◆ operator[]() [2/2]

SocketTestClient* testing::SocketTestServer::operator[] ( size_t  index) const
inline

◆ size() [1/2]

size_t testing::SocketTestServer::size ( ) const
inline

◆ size() [2/2]

size_t testing::SocketTestServer::size ( ) const
inline

The documentation for this class was generated from the following file: