System::Text::RegularExpressions::GroupCollection Member List

This is the complete list of members for System::Text::RegularExpressions::GroupCollection, including all inherited members.

_add_range(std::initializer_list< GroupPtr > list)System::Collections::Generic::List< GroupPtr >inline
Add(const GroupPtr &item) overrideSystem::Text::RegularExpressions::GroupCollectioninline
List< GroupPtr >::Add(const GroupPtr &item) overrideSystem::Collections::Generic::List< GroupPtr >inlinevirtual
AddGroup(const GroupPtr &item)System::Text::RegularExpressions::GroupCollection
AddInitializer(int size, const GroupPtr inits[])System::Collections::Generic::List< GroupPtr >inline
AddRange(IEnumerablePtr collection)System::Collections::Generic::List< GroupPtr >inline
AsReadOnly()System::Collections::Generic::List< GroupPtr >inline
Base typedefSystem::Text::RegularExpressions::GroupCollection
BaseType typedefSystem::Collections::Generic::List< GroupPtr >
begin() noexceptSystem::Collections::Generic::List< GroupPtr >inline
begin() const noexceptSystem::Collections::Generic::List< GroupPtr >inline
BinarySearch(const GroupPtr &item) constSystem::Collections::Generic::List< GroupPtr >inline
BinarySearch(const GroupPtr &item, const SharedPtr< System::Collections::Generic::IComparer< GroupPtr > > &comparer) constSystem::Collections::Generic::List< GroupPtr >inline
BinarySearch(int index, int count, const GroupPtr &item, const SharedPtr< System::Collections::Generic::IComparer< GroupPtr > > &comparer) constSystem::Collections::Generic::List< GroupPtr >inline
cbegin() const noexceptSystem::Collections::Generic::List< GroupPtr >inline
cend() const noexceptSystem::Collections::Generic::List< GroupPtr >inline
Clear() overrideSystem::Text::RegularExpressions::GroupCollectioninlinevirtual
const_iterator typedefSystem::Collections::Generic::List< GroupPtr >
const_reverse_iterator typedefSystem::Collections::Generic::List< GroupPtr >
Contains(const GroupPtr &item) const overrideSystem::Collections::Generic::List< GroupPtr >inlinevirtual
ConvertAll(Converter< GroupPtr, OutputType > converter)System::Collections::Generic::List< GroupPtr >inline
CopyTo(System::ArrayPtr< GroupPtr > array, int arrayIndex) overrideSystem::Collections::Generic::List< GroupPtr >inlinevirtual
CopyTo(const System::ArrayPtr< GroupPtr > &array)System::Collections::Generic::List< GroupPtr >inline
CopyTo(int index, const System::ArrayPtr< GroupPtr > &array, int arrayIndex, int count)System::Collections::Generic::List< GroupPtr >inline
crbegin() const noexceptSystem::Collections::Generic::List< GroupPtr >inline
crend() const noexceptSystem::Collections::Generic::List< GroupPtr >inline
data()System::Collections::Generic::List< GroupPtr >inline
data() constSystem::Collections::Generic::List< GroupPtr >inline
end() noexceptSystem::Collections::Generic::List< GroupPtr >inline
end() const noexceptSystem::Collections::Generic::List< GroupPtr >inline
Equals(ptr obj)System::Objectvirtual
Equals(T1 const &objA, T2 const &objB)System::Objectinlinestatic
Equals(T1 const &objA, T2 const &objB)System::Objectinlinestatic
Equals(float const &objA, float const &objB)System::Objectinline
Equals(double const &objA, double const &objB)System::Objectinline
Exists(System::Predicate< GroupPtr > match)System::Collections::Generic::List< GroupPtr >inline
FastCast(const Details::FastRttiBase &helper, void **out_ptr) constSystem::Objectvirtual
Find(System::Predicate< GroupPtr > predicate)System::Collections::Generic::List< GroupPtr >inline
FindAll(System::Predicate< GroupPtr > match)System::Collections::Generic::List< GroupPtr >inline
FindIndex(System::Predicate< GroupPtr > match)System::Collections::Generic::List< GroupPtr >inline
FindIndex(int startIndex, System::Predicate< GroupPtr > match)System::Collections::Generic::List< GroupPtr >inline
FindIndex(int startIndex, int count, System::Predicate< GroupPtr > match)System::Collections::Generic::List< GroupPtr >inline
FindLast(System::Predicate< GroupPtr > match)System::Collections::Generic::List< GroupPtr >inline
ForEach(System::Action< GroupPtr > action)System::Collections::Generic::List< GroupPtr >inline
get_Capacity() constSystem::Collections::Generic::List< GroupPtr >inline
get_Count() const overrideSystem::Collections::Generic::List< GroupPtr >inlinevirtual
get_IsFixedSize()System::Collections::Generic::IList< GroupPtr >inline
get_IsReadOnly() constSystem::Collections::Generic::ICollection< GroupPtr >inlinevirtual
get_Item(int index) constSystem::Text::RegularExpressions::GroupCollectioninline
get_Item(const String &name) constSystem::Text::RegularExpressions::GroupCollectioninline
get_SyncRoot() constSystem::Collections::Generic::ICollection< GroupPtr >inline
GetCounter()System::Objectinline
GetEnumerator() overrideSystem::Collections::Generic::List< GroupPtr >inlinevirtual
GetEnumeratorAsVirtualizedIterator()System::Collections::Generic::IEnumerable< GroupPtr >inlineprotected
GetEnumeratorAsVirtualizedIterator() constSystem::Collections::Generic::IEnumerable< GroupPtr >inlineprotected
GetHashCode() constSystem::Objectvirtual
GetRange(int index, int count)System::Collections::Generic::List< GroupPtr >inline
GetType() constSystem::Objectvirtual
GroupCollection(const WeakPtr< Match > &match)System::Text::RegularExpressions::GroupCollection
GroupCollection()System::Text::RegularExpressions::GroupCollectioninlineprotected
ICollection()System::Collections::Generic::ICollection< GroupPtr >inline
ICollection(const ICollection &)System::Collections::Generic::ICollection< GroupPtr >inline
ICollection(ICollection &&) noexceptSystem::Collections::Generic::ICollection< GroupPtr >inline
idx_get(String name) constSystem::Text::RegularExpressions::GroupCollectionvirtual
idx_get(int index) const overrideSystem::Text::RegularExpressions::GroupCollectionvirtual
idx_set(int index, GroupPtr value) overrideSystem::Collections::Generic::List< GroupPtr >inlinevirtual
IEnumerablePtr typedefSystem::Collections::Generic::List< GroupPtr >
IEnumeratorPtr typedefSystem::Collections::Generic::List< GroupPtr >
IEnumeratorType typedefSystem::Collections::Generic::IEnumerable< GroupPtr >
IndexOf(const GroupPtr &item) const overrideSystem::Collections::Generic::List< GroupPtr >inlinevirtual
IndexOf(const GroupPtr &item, int index) constSystem::Collections::Generic::List< GroupPtr >inline
Insert(int index, const GroupPtr &item) overrideSystem::Collections::Generic::List< GroupPtr >inlinevirtual
InsertRange(int index, IEnumerablePtr collection)System::Collections::Generic::List< GroupPtr >inline
Is(const TypeInfo &targetType) constSystem::Objectvirtual
IsReadOnly() constSystem::Text::RegularExpressions::GroupCollectioninline
iterator typedefSystem::Collections::Generic::List< GroupPtr >
LastIndexOf(const GroupPtr &item) constSystem::Collections::Generic::List< GroupPtr >inline
LastIndexOf(const GroupPtr &item, int32_t index) constSystem::Collections::Generic::List< GroupPtr >inline
LastIndexOf(const GroupPtr &item, int32_t index, int32_t count) constSystem::Collections::Generic::List< GroupPtr >inline
LINQ_All(std::function< bool(GroupPtr)> predicate)System::Collections::Generic::IEnumerable< GroupPtr >
LINQ_Any()System::Collections::Generic::IEnumerable< GroupPtr >
LINQ_Any(std::function< bool(GroupPtr)> predicate)System::Collections::Generic::IEnumerable< GroupPtr >
LINQ_Cast()System::Collections::Generic::IEnumerable< GroupPtr >
LINQ_Cast()System::Collections::Generic::IEnumerable< GroupPtr >
LINQ_Concat(SharedPtr< IEnumerable< GroupPtr >> sequence)System::Collections::Generic::IEnumerable< GroupPtr >
LINQ_Contains(GroupPtr value)System::Collections::Generic::IEnumerable< GroupPtr >
LINQ_Count()System::Collections::Generic::IEnumerable< GroupPtr >
LINQ_Count(const Func< GroupPtr, bool > &predicate)System::Collections::Generic::IEnumerable< GroupPtr >
LINQ_ElementAt(int index)System::Collections::Generic::IEnumerable< GroupPtr >
LINQ_First()System::Collections::Generic::IEnumerable< GroupPtr >
LINQ_First(const Func< GroupPtr, bool > &predicate)System::Collections::Generic::IEnumerable< GroupPtr >
LINQ_FirstOrDefault()System::Collections::Generic::IEnumerable< GroupPtr >
LINQ_FirstOrDefault(std::function< bool(GroupPtr)> predicate)System::Collections::Generic::IEnumerable< GroupPtr >
LINQ_GroupBy(System::Func< GroupPtr, Key > keyPredicate)System::Collections::Generic::IEnumerable< GroupPtr >
LINQ_GroupBy(System::Func< Source, Key > keyPredicate)System::Collections::Generic::IEnumerable< GroupPtr >
LINQ_Last()System::Collections::Generic::IEnumerable< GroupPtr >
LINQ_LastOrDefault()System::Collections::Generic::IEnumerable< GroupPtr >
LINQ_OfType()System::Collections::Generic::IEnumerable< GroupPtr >
LINQ_OfType()System::Collections::Generic::IEnumerable< GroupPtr >
LINQ_OrderBy(const Func< GroupPtr, Key > &keySelector)System::Collections::Generic::IEnumerable< GroupPtr >
LINQ_OrderBy(const Func< Source, Key > &keySelector)System::Collections::Generic::IEnumerable< GroupPtr >
LINQ_OrderByDescending(const Func< GroupPtr, Key > &keySelector)System::Collections::Generic::IEnumerable< GroupPtr >
LINQ_OrderByDescending(const Func< Source, Key > &keySelector)System::Collections::Generic::IEnumerable< GroupPtr >
LINQ_Select(const Func< GroupPtr, ResultType > &selector)System::Collections::Generic::IEnumerable< GroupPtr >
LINQ_Select(const Func< GroupPtr, int32_t, ResultType > &selector)System::Collections::Generic::IEnumerable< GroupPtr >
LINQ_Select(const Func< Source, Result > &selector)System::Collections::Generic::IEnumerable< GroupPtr >
LINQ_Select(const Func< Source, int32_t, Result > &selector)System::Collections::Generic::IEnumerable< GroupPtr >
LINQ_SelectMany(const Func< GroupPtr, SharedPtr< IEnumerable< ResultType >>> &selector)System::Collections::Generic::IEnumerable< GroupPtr >
LINQ_SelectMany(const Func< Source, SharedPtr< IEnumerable< Result >>> &selector)System::Collections::Generic::IEnumerable< GroupPtr >
LINQ_ToArray()System::Collections::Generic::IEnumerable< GroupPtr >
LINQ_ToList()System::Collections::Generic::IEnumerable< GroupPtr >
LINQ_Where(std::function< bool(GroupPtr)> predicate)System::Collections::Generic::IEnumerable< GroupPtr >
List()System::Collections::Generic::List< GroupPtr >inline
List(int capacity)System::Collections::Generic::List< GroupPtr >inline
List(IEnumerablePtr collection)System::Collections::Generic::List< GroupPtr >inline
Lock()System::Object
m_dataSystem::Collections::Generic::List< GroupPtr >protected
matchSystem::Text::RegularExpressions::GroupCollectionprotected
MemberwiseClone() constSystem::Objectvirtual
Object()System::Object
Object(Object const &x)System::Object
System::operator=(Object const &x)System::Objectinline
IList< GroupPtr >::operator=(ICollection &&) noexceptSystem::Collections::Generic::ICollection< GroupPtr >inline
IList< GroupPtr >::operator=(const ICollection &)System::Collections::Generic::ICollection< GroupPtr >inline
operator[](const String &name) constSystem::Text::RegularExpressions::GroupCollectioninline
List< GroupPtr >::operator[](int index)System::Collections::Generic::List< GroupPtr >inline
List< GroupPtr >::operator[](int index) constSystem::Collections::Generic::List< GroupPtr >inline
ptr typedefSystem::Object
rbegin() noexceptSystem::Collections::Generic::List< GroupPtr >inline
rbegin() const noexceptSystem::Collections::Generic::List< GroupPtr >inline
ReferenceEquals(ptr const &objA, ptr const &objB)System::Objectinlinestatic
ReferenceEquals(T const &objA, T const &objB)System::Objectinlinestatic
ReferenceEquals(T const &objA, std::nullptr_t)System::Objectinlinestatic
ReferenceEquals(String const &str, std::nullptr_t)System::Objectinline
ReferenceEquals(String const &str1, String const &str2)System::Objectinline
Remove(const GroupPtr &item) overrideSystem::Text::RegularExpressions::GroupCollectioninline
List< GroupPtr >::Remove(const GroupPtr &item) overrideSystem::Collections::Generic::List< GroupPtr >inlinevirtual
RemoveAll(Predicate< GroupPtr > match)System::Collections::Generic::List< GroupPtr >inline
RemoveAt(int index) overrideSystem::Collections::Generic::List< GroupPtr >inlinevirtual
RemovedSharedRefs(int count)System::Objectinline
RemoveRange(int index, int count)System::Collections::Generic::List< GroupPtr >inline
rend() noexceptSystem::Collections::Generic::List< GroupPtr >inline
rend() const noexceptSystem::Collections::Generic::List< GroupPtr >inline
Reverse()System::Collections::Generic::List< GroupPtr >inline
Reverse(int index, int count)System::Collections::Generic::List< GroupPtr >inline
reverse_iterator typedefSystem::Collections::Generic::List< GroupPtr >
set_Capacity(int capacity)System::Collections::Generic::List< GroupPtr >inline
SetTemplateWeakPtr(uint32_t argument)System::Objectvirtual
SharedCount() constSystem::Objectinline
SharedRefAdded()System::Objectinline
SharedRefRemovedSafe()System::Objectinline
Sort(const SharedPtr< System::Collections::Generic::IComparer< GroupPtr > > &comparator)System::Collections::Generic::List< GroupPtr >inline
Sort()System::Collections::Generic::List< GroupPtr >inline
Sort(int index, int count, SharedPtr< System::Collections::Generic::IComparer< GroupPtr > > comparator)System::Collections::Generic::List< GroupPtr >inline
Sort(Comparison< GroupPtr > comparison, bool)System::Collections::Generic::List< GroupPtr >inline
ThisPtr typedefSystem::Collections::Generic::List< GroupPtr >protected
ThisType typedefSystem::Collections::Generic::IList< GroupPtr >
ToArray() constSystem::Collections::Generic::List< GroupPtr >inline
ToString() constSystem::Objectvirtual
TrimExcess()System::Collections::Generic::List< GroupPtr >inline
TrueForAll(System::Predicate< GroupPtr > match)System::Collections::Generic::List< GroupPtr >inline
Type()System::Objectinlinestatic
Unlock()System::Object
ValueType typedefSystem::Collections::Generic::List< GroupPtr >
vector_t typedefSystem::Collections::Generic::List< GroupPtr >
virtualizeBeginConstIterator() const overrideSystem::Collections::Generic::List< GroupPtr >inlinevirtual
virtualizeBeginIterator() overrideSystem::Collections::Generic::List< GroupPtr >inlinevirtual
virtualized_iterator typedefSystem::Collections::Generic::IEnumerable< GroupPtr >
virtualized_iterator_element typedefSystem::Collections::Generic::IEnumerable< GroupPtr >
virtualizeEndConstIterator() const overrideSystem::Collections::Generic::List< GroupPtr >inlinevirtual
virtualizeEndIterator() overrideSystem::Collections::Generic::List< GroupPtr >inlinevirtual
WeakRefAdded()System::Objectinline
WeakRefRemoved()System::Objectinline
~GroupCollection() overrideSystem::Text::RegularExpressions::GroupCollectionprotected
~ICollection()System::Collections::Generic::ICollection< GroupPtr >inlinevirtual
~IEnumerable() overrideSystem::Collections::Generic::IEnumerable< GroupPtr >inlineprotected
~List() overrideSystem::Collections::Generic::List< GroupPtr >inlineprotected
~Object()System::Objectvirtual