Class Socket

Inheritance Relationships

Derived Types

Class Documentation

class Socket

Subclassed by combigrid::ClientSocket, combigrid::ServerSocket

Public Functions

Socket()
virtual ~Socket()
virtual bool init() = 0
bool isInitialized() const
int getFileDescriptor() const

Protected Attributes

int sockfd_ = -1
bool initialized_ = false