| 
| 
  | ManagerServerSocket (const std::string &path) | 
|   | 
| 
ManagerSocket  | accept () | 
|   | 
 | 
| 
std::string  | socket_path | 
|   | 
| 
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 99 of file socket.h.
 
The documentation for this class was generated from the following file: