#include <mi32/bitset.h>
Inheritance diagram for BITSET_SHARED:

Public Member Functions | |
| virtual ERRVALUE | Assign (UINT8 *set, UINT32 NumEntries) |
| void | Attach (UINT8 *&items, int numitems) |
| BITSET_SHARED (UINT8 *set, UINT32 NumEntries) | |
| BITSET_SHARED (const BITSET_UNOWNED &rhs) | |
| BITSET_SHARED (const BITSET_SHARED &rhs) | |
| BITSET_SHARED () | |
| void | Free () |
| BITSET_SHARED & | operator= (const BITSET_UNOWNED &rhs) |
| BITSET_SHARED & | operator= (const BITSET_SHARED &rhs) |
| ERRVALUE | Resize (UINT32 NumEntries) |
| virtual | ~BITSET_SHARED () |
Definition at line 571 of file bitset.h.
|
|
Default constructor.
|
|
|
Copy constructor.
|
|
|
Construct from BITSET_UNOWNED.
|
|
||||||||||||
|
Constructor to convert old bit-array's into BITSETs.
|
|
|
Destructor.
|
|
||||||||||||
|
Assign from old type bit arrays.
Reimplemented from BITSET_UNOWNED. |
|
||||||||||||
|
Attach a old bit array to the BITSET. After passing a buffer to Attach(), the BITSET "owns" the buffer and will free it in its destructor.
|
|
|
Erase BITSET internals, same as calling destructor.
|
|
|
Assignment from BITSET_UNOWNED.
|
|
|
Assignment from BITSET_SHARED.
|
|
|
Resize BITSET_SHARED to a new number of entries.
|
1.3.8-20040913