Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::containers::sets::GetMemberIndex Function
C++
__cdecl TYPELIB_PROC INDEX GetMemberIndex(GENERICSET ** set, POINTER unit, int unitsize, int max);
#define GetIndexFromSet( name, pset ) GetMemberIndex( name, pset, GetFromSet( name, pset ) )
Parameters 
Description 
GENERICSET ** set 
pointer to the set the member is in 
POINTER unit 
pointer to the member in the set to get the index of. 
int unitsize 
size of each member in the set 
int max 
count of members in each set block. 

Returns the index of the member passed in as a pointer.

Gets the index of a member passed as a pointer.

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!