System::Text::RegularExpressions::GroupCollectionPtr Klasse

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>

Methoden

MethodeBeschreibung
GroupCollectionPtr()Nullzeiger-Konstruktor.
GroupCollectionPtr(const SharedPtr<GroupCollection>&)Typumwandlungs-Konstruktor.
operator[](size_t) constGroup Zugriffsmethode.

Siehe auch