Rueba  1.0
Refectory Access System
Public Member Functions | List of all members
Socket Class Reference
Inheritance diagram for Socket:
ServerSocket

Public Member Functions

bool create ()
 
bool bind (const int port)
 
bool listen () const
 
bool accept (Socket &) const
 
bool connect (const std::string host, const int port)
 
bool send (const std::string) const
 
int recv (std::string &) const
 
void set_non_blocking (const bool)
 
bool is_valid () const
 

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