senf::ProtocolSocketBody< SProtocol > Class Template Reference

Inheritance diagram for senf::ProtocolSocketBody< SProtocol >:
Inheritance graph
[legend]

List of all members.


Detailed Description

template<class SProtocol>
class senf::ProtocolSocketBody< SProtocol >

Definition at line 160 of file SocketHandle.ih.


Public Types

typedef SProtocol  Protocol

Public Member Functions

  ProtocolSocketBody (bool isServer)
  ProtocolSocketBody (bool isServer, int fd)

Member Typedef Documentation

template<class SProtocol >
typedef SProtocol senf::ProtocolSocketBody< SProtocol >::
Protocol

Definition at line 166 of file SocketHandle.ih.


Constructor & Destructor Documentation

template<class SProtocol >
senf::ProtocolSocketBody< SProtocol >::
ProtocolSocketBody ( bool  isServer )
Parameters:
isServer  true, if this socket is a server socket, false otherwise

Definition at line 212 of file SocketHandle.cti.

template<class SProtocol >
senf::ProtocolSocketBody< SProtocol >::
ProtocolSocketBody ( bool  isServer,
int  fd )
Parameters:
isServer  true, if this socket is a server socket, false otherwise
fd  socket file descriptor

Definition at line 217 of file SocketHandle.cti.


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