|
| ClientSocket (const std::string &path) |
|
void | register_allocation (AllocInfo &info) |
|
void | register_deallocation (AllocInfo &info) |
|
|
int | socket_fd |
|
| Socket (const Socket &other)=delete |
|
| Socket (Socket &&other) noexcept |
|
| Socket (int fd) |
|
struct sockaddr_un | prepare_address (const char *path) |
|
size_t | address_length (struct sockaddr_un address) |
|
void | recv (void *_buffer, size_t num_bytes) |
|
void | send (const void *_buffer, size_t num_bytes) |
|
Definition at line 129 of file socket.h.
The documentation for this class was generated from the following file: