The SEDRIS Data Representation Model
APPENDIX D - Functions SE TestInclusionInSet |
---|
extern SE_Boolean | ||||
SE_TestInclusionInSet | ||||
( | ||||
const | SE_Token_Set | * | token_set_ptr, | (notes) |
SE_DRM_Type | drm_type, | (notes) | ||
SE_Integer | value | (notes) | ||
); |
Tests whether the given Token is in the given Token Set.
SE_TRUE | if the Token is a member of the Token Set |
SE_FALSE | if the Token is not a member of the Token Set, or if the Token Set pointer was NULL, or if the value was not a valid value for a Token |
a pointer to the Token Set to be tested
identifies the type from which the Token is obtained
the Token (cast to an SE_Integer) to be tested for inclusion
Prev: SE_TableValueSize.
Next: SE_TokenSetDefinition.
Up:Index.
|