Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::containers::sets::GetFromSetPoolEx Function
C++
__cdecl TYPELIB_PROC PGENERICSET GetFromSetPoolEx(GENERICSET ** pSetSet, int setsetsize, int setunitsize, int setmaxcnt, GENERICSET ** pSet, int setsize, int unitsize, int maxcnt DBG_PASS);
#define GetFromSetPoola(pl, sss, sus, smax, ps, ss, us, max) GetFromSetPoolEx( (pl), (sss), (sus), (smax), (ps), (ss), (us), (max) DBG_SRC )
#define GetFromSetPool( name, pool, pset ) (P##name)GetFromSetPoola( (GENERICSET**)(pool)    \
    , sizeof( name##SETSET ), sizeof( name##SET ), MAX##name##SETSPERSET\
    , (GENERICSET**)(pset), sizeof( name##SET ), sizeof( name ), MAX##name##SPERSET )
Parameters 
Description 
GENERICSET ** pSet 
pointer to a generic set 
int setsize 
number of elements in each block 
int unitsize 
set block 
nMember 
index of the member 
maxcnt 
max elements per set block 
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.
What do you think about this topic? Send feedback!