The SEDRIS Data Representation Model
APPENDIX D - Functions SE TokenSetEmpty |
---|
extern SE_Boolean | ||||
SE_TokenSetEmpty | ||||
( | ||||
const | SE_Token_Set | * | token_set_ptr, | (notes) |
SE_DRM_Type | drm_type | (notes) | ||
); |
Checks whether the given Token Set is empty.
SE_TRUE | if the Token Set pointer is NULL or the Token Set is empty |
SE_FALSE | otherwise |
pointer to the Token Set to check
underlying type of the Token Set
Prev: SE_TokenSetDifference.
Next: SE_TokenSetUnion.
Up:Index.
|