#include <CorelinkClasses.h>
|
| | RecvStream (const StreamData &streamData) |
| |
| | RecvStream (const RecvStream &rhs) |
| |
| | RecvStream (RecvStream &&rhs) |
| |
| RecvStream & | operator= (const RecvStream &rhs) |
| |
| | operator STREAM_ID () const |
| |
| void | setOnReceive () |
| |
| void | setOnReceive (void(*func)(const STREAM_ID &, const STREAM_ID &, const char *, const int &)) |
| |
| void | setOnReceive (void(*func)(void *, const STREAM_ID &, const STREAM_ID &, const char *, const int &), void *obj) |
| |
| void | setOnReceive (void(*func)(const STREAM_ID &, const STREAM_ID &, const char *, const int &, const rapidjson::Document &)) |
| |
| void | setOnReceive (void(*func)(void *, const STREAM_ID &, const STREAM_ID &, const char *, const int &, const rapidjson::Document &), void *obj) |
| |
| std::vector< STREAM_ID > | listSources () |
| |
Definition at line 532 of file CorelinkClasses.h.
◆ RecvStream() [1/3]
| Corelink::RecvStream::RecvStream |
( |
const StreamData & |
streamData | ) |
|
|
inline |
◆ RecvStream() [2/3]
| Corelink::RecvStream::RecvStream |
( |
const RecvStream & |
rhs | ) |
|
|
inline |
◆ RecvStream() [3/3]
| Corelink::RecvStream::RecvStream |
( |
RecvStream && |
rhs | ) |
|
|
inline |
◆ listSources()
| std::vector< STREAM_ID > Corelink::RecvStream::listSources |
( |
| ) |
|
|
inline |
◆ operator STREAM_ID()
| Corelink::RecvStream::operator STREAM_ID |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ setOnReceive() [1/5]
| void Corelink::RecvStream::setOnReceive |
( |
| ) |
|
|
inline |
◆ setOnReceive() [2/5]
| void Corelink::RecvStream::setOnReceive |
( |
void(*)(const STREAM_ID &, const STREAM_ID &, const char *, const int &) |
func | ) |
|
|
inline |
◆ setOnReceive() [3/5]
| void Corelink::RecvStream::setOnReceive |
( |
void(*)(void *, const STREAM_ID &, const STREAM_ID &, const char *, const int &) |
func, |
|
|
void * |
obj |
|
) |
| |
|
inline |
◆ setOnReceive() [4/5]
| void Corelink::RecvStream::setOnReceive |
( |
void(*)(const STREAM_ID &, const STREAM_ID &, const char *, const int &, const rapidjson::Document &) |
func | ) |
|
|
inline |
◆ setOnReceive() [5/5]
| void Corelink::RecvStream::setOnReceive |
( |
void(*)(void *, const STREAM_ID &, const STREAM_ID &, const char *, const int &, const rapidjson::Document &) |
func, |
|
|
void * |
obj |
|
) |
| |
|
inline |
◆ StreamData
The documentation for this class was generated from the following files: