Pyro higlevel network API
Public Member Functions | Public Attributes | List of all members
net::Socket::Private Class Reference

Public Member Functions

 Private (Host &cHost)
 
void SetHost (Host &cHost)
 

Public Attributes

int m_nSocket
 
int m_nType
 
bool m_bConnected
 
Hostm_pcHost
 
struct sigaction m_sOldSigaction
 
bool m_bIsBlocking
 

Constructor & Destructor Documentation

net::Socket::Private::Private ( Host cHost)
inline

Member Function Documentation

void net::Socket::Private::SetHost ( Host cHost)
inline

Member Data Documentation

bool net::Socket::Private::m_bConnected
bool net::Socket::Private::m_bIsBlocking
int net::Socket::Private::m_nSocket
int net::Socket::Private::m_nType
Host* net::Socket::Private::m_pcHost
struct sigaction net::Socket::Private::m_sOldSigaction