|
| ServerRPCPtr ()=default |
| Default constructor.
|
|
ServerRPCT & | operator* () noexcept |
| Get reference to underlying ServerRPC.
|
|
const ServerRPCT & | operator* () const noexcept |
| Get reference to underlying ServerRPC (const overload)
|
|
ServerRPCT * | operator-> () noexcept |
| Access underlying ServerRPC.
|
|
const ServerRPCT * | operator-> () const noexcept |
| Access underlying ServerRPC (const overload)
|
|
| operator bool () const noexcept |
| Check whether this pointer owns a ServerRPC.
|
|
decltype(auto) | request () noexcept |
| Get client's initial request message.
|
|
decltype(auto) | request () const noexcept |
| Get client's initial request message (const overload)
|
|
template<class ServerRPCT>
class agrpc::ServerRPCPtr< ServerRPCT >
Allocated ServerRPC created by register_callback_rpc_handler.
- Since
- 2.8.0