PWLib  1.10.10
Classes | Public Types | Public Member Functions | Public Attributes
PSocketAggregator< PSocketType > Class Template Reference

#include <sockagg.h>

Inheritance diagram for PSocketAggregator< PSocketType >:
PHandleAggregator PObject

List of all members.

Classes

class  AggregatedPSocket

Public Types

typedef std::map< PSocketType
*, AggregatedPSocket * > 
SocketList_t

Public Member Functions

BOOL AddSocket (PSocketType *sock)
BOOL RemoveSocket (PSocketType *sock)

Public Attributes

SocketList_t socketList

template<class PSocketType>
class PSocketAggregator< PSocketType >


Member Typedef Documentation

template<class PSocketType >
typedef std::map<PSocketType *, AggregatedPSocket *> PSocketAggregator< PSocketType >::SocketList_t

Member Function Documentation

template<class PSocketType >
BOOL PSocketAggregator< PSocketType >::AddSocket ( PSocketType *  sock) [inline]
template<class PSocketType >
BOOL PSocketAggregator< PSocketType >::RemoveSocket ( PSocketType *  sock) [inline]

Member Data Documentation

template<class PSocketType >
SocketList_t PSocketAggregator< PSocketType >::socketList

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