![]() TGE Version 1.5.2 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
TSIntegerSet Class Reference#include <tsIntegerSet.h>
Detailed DescriptionThe standard mathmatical set, where there are no duplicates.However, this set uses bits instead of numbers.
Constructor & Destructor Documentation
Member Function Documentation
Is this bit true?
Tests all bits for true.
intersection (a & b)
union (a | b)
xor (a | b) & ( !(a & b) )
subtraction (a - b)
copy one integer set into another
Field Documentation
The bits!
|