System::Collections::BitArrayPtr class
BitArrayPtr class
مؤشر إلى BitArray. هذا النوع هو مؤشر لإدارة حذف الكائن الآخر. يجب تخصيصه على المكدس وتمريره إلى الدوال إما بالقيمة أو بالمرجع الثابت.
class BitArrayPtr : public System::SmartPtr<T0>
الطرق
| طريقة | الوصف |
|---|---|
| BitArrayPtr() | يُهيئ مؤشرًا فارغًا. |
| BitArrayPtr(const SharedPtr<BitArray>&) | منشئ التحويل. |
| IsNull() const | يتحقق مما إذا كانت القيمة المحددة فارغة. |
| operator[](int) const | مُستخرج البت. |
انظر أيضًا
- Class SmartPtr
- Namespace System::Collections
- Library Aspose.Font for C++