Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions
ClientSocket Class Reference
Inheritance diagram for ClientSocket:
Socket

Public Member Functions

 ClientSocket (const std::string &path)
 
void register_allocation (AllocInfo &info)
 
void register_deallocation (AllocInfo &info)
 

Additional Inherited Members

- Data Fields inherited from Socket
int socket_fd
 
- Protected Member Functions inherited from Socket
 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)
 

Detailed Description

Definition at line 129 of file socket.h.


The documentation for this class was generated from the following file: