|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
This is the complete list of members for bb::ipc::IpcServer, including all inherited members.
| accept() | bb::ipc::IpcServer | inlinevirtual |
| close()=0 | bb::ipc::IpcServer | pure virtual |
| create_shm(const std::string &base_name, size_t request_ring_size=static_cast< size_t >(1024 *1024), size_t response_ring_size=static_cast< size_t >(1024 *1024)) | bb::ipc::IpcServer | static |
| create_socket(const std::string &socket_path, int max_clients) | bb::ipc::IpcServer | static |
| Handler typedef | bb::ipc::IpcServer | |
| IpcServer()=default | bb::ipc::IpcServer | |
| IpcServer(const IpcServer &)=delete | bb::ipc::IpcServer | |
| IpcServer(IpcServer &&)=delete | bb::ipc::IpcServer | |
| listen()=0 | bb::ipc::IpcServer | pure virtual |
| operator=(const IpcServer &)=delete | bb::ipc::IpcServer | |
| operator=(IpcServer &&)=delete | bb::ipc::IpcServer | |
| receive(int client_id)=0 | bb::ipc::IpcServer | pure virtual |
| release(int client_id, size_t message_size)=0 | bb::ipc::IpcServer | pure virtual |
| request_shutdown() | bb::ipc::IpcServer | inlinevirtual |
| run(const Handler &handler) | bb::ipc::IpcServer | inlinevirtual |
| send(int client_id, const void *data, size_t len)=0 | bb::ipc::IpcServer | pure virtual |
| shutdown_requested_ | bb::ipc::IpcServer | protected |
| wait_for_data(uint64_t timeout_ns)=0 | bb::ipc::IpcServer | pure virtual |
| wakeup_all() | bb::ipc::IpcServer | inlineprotectedvirtual |
| ~IpcServer()=default | bb::ipc::IpcServer | virtual |