#include <fakepackettransport.h>
|
| | FakePacketTransport (const std::string &debug_name) |
| |
| | ~FakePacketTransport () override |
| |
| void | SetAsync (bool async) |
| |
| void | SetAsyncDelay (int delay_ms) |
| |
| void | SetWritable (bool writable) |
| |
| void | SetReceiving (bool receiving) |
| |
| void | SetDestination (FakePacketTransport *dest, bool asymmetric) |
| |
| std::string | debug_name () const override |
| |
| bool | writable () const override |
| |
| bool | receiving () const override |
| |
| int | SendPacket (const char *data, size_t len, const PacketOptions &options, int flags) override |
| |
| int | SetOption (Socket::Option opt, int value) override |
| |
| bool | GetOption (Socket::Option opt, int *value) override |
| |
| int | GetError () override |
| |
| | FakePacketTransport (const std::string &debug_name) |
| |
| | ~FakePacketTransport () override |
| |
| void | SetAsync (bool async) |
| |
| void | SetAsyncDelay (int delay_ms) |
| |
| void | SetWritable (bool writable) |
| |
| void | SetReceiving (bool receiving) |
| |
| void | SetDestination (FakePacketTransport *dest, bool asymmetric) |
| |
| std::string | debug_name () const override |
| |
| bool | writable () const override |
| |
| bool | receiving () const override |
| |
| int | SendPacket (const char *data, size_t len, const PacketOptions &options, int flags) override |
| |
| int | SetOption (Socket::Option opt, int value) override |
| |
| bool | GetOption (Socket::Option opt, int *value) override |
| |
| int | GetError () override |
| |
| | has_slots () |
| |
| | has_slots () |
| |
| | ~has_slots () |
| |
| | ~has_slots () |
| |
| 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 () |
| |
| virtual | ~PacketTransportInterface () |
| |
| virtual | ~PacketTransportInterface () |
| |
◆ FakePacketTransport() [1/2]
| rtc::FakePacketTransport::FakePacketTransport |
( |
const std::string & |
debug_name | ) |
|
|
inlineexplicit |
◆ ~FakePacketTransport() [1/2]
| rtc::FakePacketTransport::~FakePacketTransport |
( |
| ) |
|
|
inlineoverride |
◆ FakePacketTransport() [2/2]
| rtc::FakePacketTransport::FakePacketTransport |
( |
const std::string & |
debug_name | ) |
|
|
inlineexplicit |
◆ ~FakePacketTransport() [2/2]
| rtc::FakePacketTransport::~FakePacketTransport |
( |
| ) |
|
|
inlineoverride |
◆ debug_name() [1/2]
| std::string rtc::FakePacketTransport::debug_name |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ debug_name() [2/2]
| std::string rtc::FakePacketTransport::debug_name |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ GetError() [1/2]
| int rtc::FakePacketTransport::GetError |
( |
| ) |
|
|
inlineoverridevirtual |
◆ GetError() [2/2]
| int rtc::FakePacketTransport::GetError |
( |
| ) |
|
|
inlineoverridevirtual |
◆ GetInternal() [1/2]
|
|
inlineoverrideprotectedvirtual |
◆ GetInternal() [2/2]
|
|
inlineoverrideprotectedvirtual |
◆ GetOption() [1/2]
| bool rtc::FakePacketTransport::GetOption |
( |
Socket::Option |
opt, |
|
|
int * |
value |
|
) |
| |
|
inlineoverridevirtual |
◆ GetOption() [2/2]
| bool rtc::FakePacketTransport::GetOption |
( |
Socket::Option |
opt, |
|
|
int * |
value |
|
) |
| |
|
inlineoverridevirtual |
◆ receiving() [1/2]
| bool rtc::FakePacketTransport::receiving |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ receiving() [2/2]
| bool rtc::FakePacketTransport::receiving |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ SendPacket() [1/2]
| int rtc::FakePacketTransport::SendPacket |
( |
const char * |
data, |
|
|
size_t |
len, |
|
|
const PacketOptions & |
options, |
|
|
int |
flags |
|
) |
| |
|
inlineoverridevirtual |
◆ SendPacket() [2/2]
| int rtc::FakePacketTransport::SendPacket |
( |
const char * |
data, |
|
|
size_t |
len, |
|
|
const PacketOptions & |
options, |
|
|
int |
flags |
|
) |
| |
|
inlineoverridevirtual |
◆ SetAsync() [1/2]
| void rtc::FakePacketTransport::SetAsync |
( |
bool |
async | ) |
|
|
inline |
◆ SetAsync() [2/2]
| void rtc::FakePacketTransport::SetAsync |
( |
bool |
async | ) |
|
|
inline |
◆ SetAsyncDelay() [1/2]
| void rtc::FakePacketTransport::SetAsyncDelay |
( |
int |
delay_ms | ) |
|
|
inline |
◆ SetAsyncDelay() [2/2]
| void rtc::FakePacketTransport::SetAsyncDelay |
( |
int |
delay_ms | ) |
|
|
inline |
◆ SetDestination() [1/2]
◆ SetDestination() [2/2]
◆ SetOption() [1/2]
| int rtc::FakePacketTransport::SetOption |
( |
Socket::Option |
opt, |
|
|
int |
value |
|
) |
| |
|
inlineoverridevirtual |
◆ SetOption() [2/2]
| int rtc::FakePacketTransport::SetOption |
( |
Socket::Option |
opt, |
|
|
int |
value |
|
) |
| |
|
inlineoverridevirtual |
◆ SetReceiving() [1/2]
| void rtc::FakePacketTransport::SetReceiving |
( |
bool |
receiving | ) |
|
|
inline |
◆ SetReceiving() [2/2]
| void rtc::FakePacketTransport::SetReceiving |
( |
bool |
receiving | ) |
|
|
inline |
◆ SetWritable() [1/2]
| void rtc::FakePacketTransport::SetWritable |
( |
bool |
writable | ) |
|
|
inline |
◆ SetWritable() [2/2]
| void rtc::FakePacketTransport::SetWritable |
( |
bool |
writable | ) |
|
|
inline |
◆ writable() [1/2]
| bool rtc::FakePacketTransport::writable |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ writable() [2/2]
| bool rtc::FakePacketTransport::writable |
( |
| ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: