System::Text::RegularExpressions::MatchCollection Member List

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

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