Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::containers::sets::MemberValidInSetEx Function
C++
__cdecl TYPELIB_PROC int MemberValidInSetEx(GENERICSET * set, POINTER unit, int unitsize, int max);
#define MemberValidInSet( name, set, member ) MemberValidInSetEx( (GENERICSET*)set, member, sizeof( name ), MAX##name##SPERSET )
Parameters 
Description 
GENERICSET * set 
pointer to a set to check 
POINTER unit 
pointer to an element from the set 
int unitsize 
size of element structures in the set. 
int max 
count of structures per set block 

TRUE if unit is in the set, else FALSE.

This function can check to see if a pointer is a valid element from a set.

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!