System::Text::RegularExpressions::GroupCollectionPtr classe
GroupCollectionPtr class
Group collection pointer. 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 GroupCollectionPtr : public System::SmartPtr<T0>
Metodi
| Metodo | Descrizione |
|---|---|
| GroupCollectionPtr() | Costruttore di puntatore nullo. |
| GroupCollectionPtr(const SharedPtr<GroupCollection>&) | Costruttore di conversione di tipo. |
| operator[](size_t) const | Group accessore. |
Vedi anche
- Class SmartPtr
- Namespace System::Text::RegularExpressions
- Library Aspose.Font for C++