The following table lists macros in this documentation.
Name |
Description |
Adds an item to a DataList. | |
This is macro sack::containers::data_list::CreateDataList. | |
This is macro sack::containers::data_list::DATA_FORALL. | |
#define DATA_FORALL( l, i, t, v ) if(((v)=(t)NULL),(l)&&((l)->Cnt != INVALID_INDEX)) for( ((i)=0); ((i) < (l)->Cnt) ?(((v)=(t)((l)->data + (PTRSZVAL)(((l)->Size) * (i)))),1) :(((v)=(t)NULL),0)); (i)++ ) | |
Destroy a DataList. | |
This is macro sack::containers::data_list::SetDataItem. |
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|