Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::ipc::IpcServer Member List

This is the complete list of members for bb::ipc::IpcServer, including all inherited members.

accept()bb::ipc::IpcServerinlinevirtual
close()=0bb::ipc::IpcServerpure 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::IpcServerstatic
create_socket(const std::string &socket_path, int max_clients)bb::ipc::IpcServerstatic
Handler typedefbb::ipc::IpcServer
IpcServer()=defaultbb::ipc::IpcServer
IpcServer(const IpcServer &)=deletebb::ipc::IpcServer
IpcServer(IpcServer &&)=deletebb::ipc::IpcServer
listen()=0bb::ipc::IpcServerpure virtual
operator=(const IpcServer &)=deletebb::ipc::IpcServer
operator=(IpcServer &&)=deletebb::ipc::IpcServer
receive(int client_id)=0bb::ipc::IpcServerpure virtual
release(int client_id, size_t message_size)=0bb::ipc::IpcServerpure virtual
request_shutdown()bb::ipc::IpcServerinlinevirtual
run(const Handler &handler)bb::ipc::IpcServerinlinevirtual
send(int client_id, const void *data, size_t len)=0bb::ipc::IpcServerpure virtual
shutdown_requested_bb::ipc::IpcServerprotected
wait_for_data(uint64_t timeout_ns)=0bb::ipc::IpcServerpure virtual
wakeup_all()bb::ipc::IpcServerinlineprotectedvirtual
~IpcServer()=defaultbb::ipc::IpcServervirtual