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

#include <testutils.h>

Inheritance diagram for testing::StreamSink:
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

void Monitor (StreamInterface *stream)
 
void Unmonitor (StreamInterface *stream)
 
bool Check (StreamInterface *stream, StreamSinkEvent event, bool reset=true)
 
int Events (StreamInterface *stream, bool reset=true)
 
void Monitor (AsyncSocket *socket)
 
void Unmonitor (AsyncSocket *socket)
 
bool Check (AsyncSocket *socket, StreamSinkEvent event, bool reset=true)
 
int Events (AsyncSocket *socket, bool reset=true)
 
void Monitor (StreamInterface *stream)
 
void Unmonitor (StreamInterface *stream)
 
bool Check (StreamInterface *stream, StreamSinkEvent event, bool reset=true)
 
int Events (StreamInterface *stream, bool reset=true)
 
void Monitor (AsyncSocket *socket)
 
void Unmonitor (AsyncSocket *socket)
 
bool Check (AsyncSocket *socket, StreamSinkEvent event, bool reset=true)
 
int Events (AsyncSocket *socket, bool reset=true)
 
- 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 ()
 

Member Function Documentation

◆ Check() [1/4]

bool testing::StreamSink::Check ( StreamInterface stream,
StreamSinkEvent  event,
bool  reset = true 
)
inline

◆ Check() [2/4]

bool testing::StreamSink::Check ( StreamInterface stream,
StreamSinkEvent  event,
bool  reset = true 
)
inline

◆ Check() [3/4]

bool testing::StreamSink::Check ( AsyncSocket socket,
StreamSinkEvent  event,
bool  reset = true 
)
inline

◆ Check() [4/4]

bool testing::StreamSink::Check ( AsyncSocket socket,
StreamSinkEvent  event,
bool  reset = true 
)
inline

◆ Events() [1/4]

int testing::StreamSink::Events ( StreamInterface stream,
bool  reset = true 
)
inline

◆ Events() [2/4]

int testing::StreamSink::Events ( StreamInterface stream,
bool  reset = true 
)
inline

◆ Events() [3/4]

int testing::StreamSink::Events ( AsyncSocket socket,
bool  reset = true 
)
inline

◆ Events() [4/4]

int testing::StreamSink::Events ( AsyncSocket socket,
bool  reset = true 
)
inline

◆ Monitor() [1/4]

void testing::StreamSink::Monitor ( StreamInterface stream)
inline

◆ Monitor() [2/4]

void testing::StreamSink::Monitor ( StreamInterface stream)
inline

◆ Monitor() [3/4]

void testing::StreamSink::Monitor ( AsyncSocket socket)
inline

◆ Monitor() [4/4]

void testing::StreamSink::Monitor ( AsyncSocket socket)
inline

◆ Unmonitor() [1/4]

void testing::StreamSink::Unmonitor ( StreamInterface stream)
inline

◆ Unmonitor() [2/4]

void testing::StreamSink::Unmonitor ( StreamInterface stream)
inline

◆ Unmonitor() [3/4]

void testing::StreamSink::Unmonitor ( AsyncSocket socket)
inline

◆ Unmonitor() [4/4]

void testing::StreamSink::Unmonitor ( AsyncSocket socket)
inline

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