|
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Definition of a bit set and a character set. More...
#include <owl/private/defs.h>#include <owl/defs.h>#include <owl/objstrm.h>#include <owl/preclass.h>#include <owl/posclass.h>Go to the source code of this file.
Classes | |
| class | owl::TBitSet< T > |
| Simplifies setting and testing bits in a 32 count array of uint8 (32 bytes). More... | |
| class | owl::TCharSet |
| Derived from TBitSet, TCharSet sets and clears bytes for a group of characters. More... | |
| class | owl::TBitFlags< T > |
| For example: More... | |
Namespaces | |
| namespace | owl |
| Object Windows Library (OWLNext Core) | |
Functions | |
| template<class T > | |
| int | owl::operator== (const TBitSet< T > &bs1, const TBitSet< T > &bs2) |
| template<class T > | |
| TBitSet< T > | owl::operator& (const TBitSet< T > &bs1, const TBitSet< T > &bs2) |
| template<class T > | |
| TBitSet< T > | owl::operator| (const TBitSet< T > &bs1, const TBitSet< T > &bs2) |
| template<class T > | |
| int | owl::operator!= (const TBitSet< T > &bs1, const TBitSet< T > &bs2) |
Definition of a bit set and a character set.
Definition in file bitset.h.