#include <binHeader.h>
Public Member Functions | |
intList () | |
unsigned | size () const |
int | operator[] (const unsigned idx_r) const |
Private Member Functions | |
intList (const intList &) | |
intList & | operator= (const intList &) |
unsigned | set (void *val_r, tag cnt_r, tag type_r) |
Private Attributes | |
unsigned | cnt |
void * | val |
tag | type |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|