|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
This is the complete list of members for bb::ipc::IpcClient, including all inherited members.
| close()=0 | bb::ipc::IpcClient | pure virtual |
| connect()=0 | bb::ipc::IpcClient | pure virtual |
| create_shm(const std::string &base_name) | bb::ipc::IpcClient | static |
| create_socket(const std::string &socket_path) | bb::ipc::IpcClient | static |
| IpcClient()=default | bb::ipc::IpcClient | |
| IpcClient(const IpcClient &)=delete | bb::ipc::IpcClient | |
| IpcClient(IpcClient &&)=delete | bb::ipc::IpcClient | |
| operator=(const IpcClient &)=delete | bb::ipc::IpcClient | |
| operator=(IpcClient &&)=delete | bb::ipc::IpcClient | |
| receive(uint64_t timeout_ns)=0 | bb::ipc::IpcClient | pure virtual |
| release(size_t message_size)=0 | bb::ipc::IpcClient | pure virtual |
| send(const void *data, size_t len, uint64_t timeout_ns)=0 | bb::ipc::IpcClient | pure virtual |
| ~IpcClient()=default | bb::ipc::IpcClient | virtual |