#include <localcli.h>

Public Member Functions | |
| descriptor_table () | |
| ~descriptor_table () | |
| T * | get (int desc) |
| T * | allocate () |
Protected Attributes | |
| T ** | table |
| int | descriptor_table_size |
| descriptor_table | ( | ) | [inline] |
| ~descriptor_table | ( | ) | [inline] |
| T* get | ( | int | desc | ) | [inline] |
| T* allocate | ( | ) | [inline] |
Reimplemented from fixed_size_object_allocator.
T** table [protected] |
int descriptor_table_size [protected] |