System::Collections::BitArrayPtr class
BitArrayPtr class
Pointer to BitArray. This type is a pointer to manage other object’s deletion. It should be allocated on stack and passed to functions either by value or by const reference.
class BitArrayPtr : public System::SmartPtr<BitArray>
Methods
| Method | Description | 
|---|---|
| BitArrayPtr() | Initializes null pointer. | 
| BitArrayPtr(const SharedPtr<BitArray>&) | Conversion constructor. | 
| IsNull() const | Checks if specific value is null. | 
| operator[](int) const | Bit accessor. | 
See Also
- Class SmartPtr
- Namespace System::Collections
- Library Aspose.Page for C++