class PBitArray |
This class represents a dynamic bit array
![]() | Construction |
![]() | Overrides from class PObject |
![]() | Overrides from class PContainer |
![]() | New functions for class |
Common functions for containers
Run Time Type functions
I/O functions
Miscellaneous functions
Comparison functions
This class represents a dynamic bit array
Any dynamically allocated buffer will be freed.
It is unsafe to assume that the pointer is valid for very long after return from this function. The array may be resized or otherwise changed and the pointer returned invalidated. It should be used for simple calls to atomic functions, or very careful examination of the program logic must be performed.
This is functionally identical to the PContainer::GetAt() function.
This is functionally identical to the PContainer::SetAt(index, TRUE) function.
This is functionally identical to the PContainer::SetAt(index, TRUE) function.
Note this does nothing and returns FALSE if the target array is not dynamically allocated.
Alphabetic index HTML hierarchy of classes or Java