#include <gstorage.h>
Public Member Functions | |
sServiceArray (unsigned max) | |
~sServiceArray () | |
void | Allocate (unsigned nAlloc) |
void | Release () |
bool | Add (sServiceNode &aNode) |
bool | Delete (gStorage *pStorage) |
unsigned | FindFreeNode () |
sServiceArray (sServiceArray &) | |
sServiceArray & | operator= (sServiceArray &) |
Public Attributes | |
unsigned | n |
unsigned | maxN |
sServiceNode * | pNodes |
|
Definition at line 249 of file gstorage.cpp. |
|
Definition at line 257 of file gstorage.cpp. |
|
|
|
Definition at line 279 of file gstorage.cpp. |
|
Definition at line 269 of file gstorage.cpp. Referenced by sServiceArray(). |
|
Definition at line 296 of file gstorage.cpp. |
|
Definition at line 312 of file gstorage.cpp. Referenced by Add(). |
|
|
|
Definition at line 262 of file gstorage.cpp. Referenced by ~sServiceArray(). |
|
Definition at line 242 of file gstorage.h. Referenced by Add(), Allocate(), Delete(), FindFreeNode(), and sServiceArray(). |
|
Definition at line 242 of file gstorage.h. |
|
Definition at line 243 of file gstorage.h. Referenced by Add(), Allocate(), Delete(), FindFreeNode(), gSocket::Open(), and Release(). |