Sets of positions. More...
Public Member Functions | |
PosSet (void) | |
PosSet (int) | |
bool | in (int) const |
Static Public Member Functions | |
static PosSetCmp | cmp (PosSet *, PosSet *) |
static PosSet * | cup (PosSetAllocator &, PosSet *, PosSet *) |
![]() | |
static void * | operator new (size_t s, BlockAllocator< PosSet, Heap, 512 > &ba) |
Allocate memory from block allocator ba. More... | |
static void | operator delete (void *, BlockAllocator< PosSet, Heap, 512 > &ba) |
Noop (memory freed only when block allocator deleted) More... | |
static void | operator delete (void *) |
Noop (memory freed only when block allocator deleted) More... | |
Public Attributes | |
int | pos |
PosSet * | next |
|
static |