Object returned by Actor::getPipe()
More...
#include <qb/actor.h>
Object returned by Actor::getPipe()
to define
◆ push()
template<typename T , typename ... _Args>
T& qb::ProxyPipe::push |
( |
_Args &&... |
args | ) |
|
- Template Parameters
-
- Parameters
-
- Returns
◆ allocated_push()
template<typename T , typename ... _Args>
T& qb::ProxyPipe::allocated_push |
( |
std::size_t |
size, |
|
|
_Args &&... |
args |
|
) |
| |
- Template Parameters
-
- Parameters
-
- Returns
◆ getDestination()
ActorId qb::ProxyPipe::getDestination |
( |
| ) |
const |
|
inline |
◆ getSource()
ActorId qb::ProxyPipe::getSource |
( |
| ) |
const |
|
inline |