Sack Library Documentation
ContentsIndexReferenceHome
sack::containers Namespace Namespaces
Namespaces
Name 
Description 
 
 
 
 
 
 
list 
This is a slab array of pointers, each pointer may be assigned to point to any user data. 
 
 
sets 
Routines to deal with SLAB allocated blocks of structures. Each slab has multiple elements of a type in it, and the blocks are tracked as a linked list. Each block also has a bitmask of allocated elements in the set.

---------------------------------------------------------------------------
Set type
Usage:
typedef struct name_tag { } <name>;
#define MAX<name>SPERSET
DeclareSet( <name> );
Should alias GetFromset, DeleteFromSet, CountUsedInSet, GetLinearSetArray
etc so that the type name is reflected there
another good place where #define defining defines is good. 
text 
This is namespace sack::containers::text. 
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.