#include <ipc_test.capnp.proxy.h>
|
| template<typename S > |
| static auto | get (S &&s) -> decltype(s.getB()) |
| |
| template<typename S > |
| static bool | has (S &&s) |
| |
| template<typename S , typename A > |
| static void | set (S &&s, A &&a) |
| |
| template<typename S , typename... A> |
| static decltype(auto) | init (S &&s, A &&... a) |
| |
| template<typename S > |
| static bool | getWant (S &&s) |
| |
| template<typename S > |
| static void | setWant (S &&s) |
| |
| template<typename S > |
| static bool | getHas (S &&s) |
| |
| template<typename S > |
| static void | setHas (S &&s) |
| |
Definition at line 49 of file ipc_test.capnp.proxy.h.
◆ get()
template<typename S >
| static auto mp::ipc_test_fields::B::get |
( |
S && |
s | ) |
-> decltype(s.getB()) |
|
inlinestatic |
◆ getHas()
template<typename S >
| static bool mp::ipc_test_fields::B::getHas |
( |
S && |
s | ) |
|
|
inlinestatic |
◆ getWant()
template<typename S >
| static bool mp::ipc_test_fields::B::getWant |
( |
S && |
s | ) |
|
|
inlinestatic |
◆ has()
template<typename S >
| static bool mp::ipc_test_fields::B::has |
( |
S && |
s | ) |
|
|
inlinestatic |
◆ init()
template<typename S , typename... A>
| static decltype(auto) mp::ipc_test_fields::B::init |
( |
S && |
s, |
|
|
A &&... |
a |
|
) |
| |
|
inlinestatic |
◆ set()
template<typename S , typename A >
| static void mp::ipc_test_fields::B::set |
( |
S && |
s, |
|
|
A && |
a |
|
) |
| |
|
inlinestatic |
◆ setHas()
template<typename S >
| static void mp::ipc_test_fields::B::setHas |
( |
S && |
s | ) |
|
|
inlinestatic |
◆ setWant()
template<typename S >
| static void mp::ipc_test_fields::B::setWant |
( |
S && |
s | ) |
|
|
inlinestatic |
The documentation for this struct was generated from the following file: