Public Member Functions

SocketArray Class Reference

Array of sockets. More...

#include <module.h>

Inheritance diagram for SocketArray:
GrowArray< SOCKETRECORD >

List of all members.

Public Member Functions

 ~SocketArray ()
void Add (const char *name, Socket *socket)
SocketGet (const char *name, const char *type=NULL)
bool Replace (Socket *oldSocket, Socket *newSocket)

Detailed Description

Array of sockets.


Constructor & Destructor Documentation

SocketArray::~SocketArray (  ) 

Member Function Documentation

void SocketArray::Add ( const char *  name,
Socket socket 
)
Socket * SocketArray::Get ( const char *  name,
const char *  type = NULL 
)
bool SocketArray::Replace ( Socket oldSocket,
Socket newSocket 
)

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Defines