System::Xml::XPath::XPathNodeIterator Member List

This is the complete list of members for System::Xml::XPath::XPathNodeIterator, including all inherited members.

begin()System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >inline
begin() constSystem::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >inline
cbegin() constSystem::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >inline
cend() constSystem::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >inline
Clone()=0System::Xml::XPath::XPathNodeIteratorpure virtual
const_iterator typedefSystem::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
end()System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >inline
end() constSystem::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >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
FastCast(const Details::FastRttiBase &helper, void **out_ptr) constSystem::Objectvirtual
get_Count()System::Xml::XPath::XPathNodeIteratorvirtual
get_Current()=0System::Xml::XPath::XPathNodeIteratorpure virtual
get_CurrentPosition()=0System::Xml::XPath::XPathNodeIteratorpure virtual
GetCounter()System::Objectinline
GetEnumerator() overrideSystem::Xml::XPath::XPathNodeIteratorvirtual
GetEnumeratorAsVirtualizedIterator()System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >inlineprotected
GetEnumeratorAsVirtualizedIterator() constSystem::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >inlineprotected
GetHashCode() constSystem::Objectvirtual
GetType() constSystem::Objectvirtual
IEnumeratorType typedefSystem::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
Is(const TypeInfo &targetType) constSystem::Objectvirtual
iterator typedefSystem::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
LINQ_All(std::function< bool(SharedPtr< System::Xml::XPath::XPathNavigator >)> predicate)System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
LINQ_Any()System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
LINQ_Any(std::function< bool(SharedPtr< System::Xml::XPath::XPathNavigator >)> predicate)System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
LINQ_Cast()System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
LINQ_Cast()System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
LINQ_Concat(SharedPtr< IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >> sequence)System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
LINQ_Contains(SharedPtr< System::Xml::XPath::XPathNavigator > value)System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
LINQ_Count()System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
LINQ_Count(const Func< SharedPtr< System::Xml::XPath::XPathNavigator >, bool > &predicate)System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
LINQ_ElementAt(int index)System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
LINQ_First()System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
LINQ_First(const Func< SharedPtr< System::Xml::XPath::XPathNavigator >, bool > &predicate)System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
LINQ_FirstOrDefault()System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
LINQ_FirstOrDefault(std::function< bool(SharedPtr< System::Xml::XPath::XPathNavigator >)> predicate)System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
LINQ_GroupBy(System::Func< SharedPtr< System::Xml::XPath::XPathNavigator >, Key > keyPredicate)System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
LINQ_GroupBy(System::Func< Source, Key > keyPredicate)System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
LINQ_Last()System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
LINQ_LastOrDefault()System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
LINQ_OfType()System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
LINQ_OfType()System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
LINQ_OrderBy(const Func< SharedPtr< System::Xml::XPath::XPathNavigator >, Key > &keySelector)System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
LINQ_OrderBy(const Func< Source, Key > &keySelector)System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
LINQ_OrderByDescending(const Func< SharedPtr< System::Xml::XPath::XPathNavigator >, Key > &keySelector)System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
LINQ_OrderByDescending(const Func< Source, Key > &keySelector)System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
LINQ_Select(const Func< SharedPtr< System::Xml::XPath::XPathNavigator >, ResultType > &selector)System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
LINQ_Select(const Func< SharedPtr< System::Xml::XPath::XPathNavigator >, int32_t, ResultType > &selector)System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
LINQ_Select(const Func< Source, Result > &selector)System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
LINQ_Select(const Func< Source, int32_t, Result > &selector)System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
LINQ_SelectMany(const Func< SharedPtr< System::Xml::XPath::XPathNavigator >, SharedPtr< IEnumerable< ResultType >>> &selector)System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
LINQ_SelectMany(const Func< Source, SharedPtr< IEnumerable< Result >>> &selector)System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
LINQ_ToArray()System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
LINQ_ToList()System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
LINQ_Where(std::function< bool(SharedPtr< System::Xml::XPath::XPathNavigator >)> predicate)System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
Lock()System::Object
MemberwiseClone() constSystem::Objectvirtual
MoveNext()=0System::Xml::XPath::XPathNodeIteratorpure virtual
Object()System::Object
Object(Object const &x)System::Object
operator=(Object const &x)System::Objectinline
ptr typedefSystem::Object
Ptr typedefSystem::Xml::XPath::XPathNodeIterator
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
RemovedSharedRefs(int count)System::Objectinline
SetTemplateWeakPtr(uint32_t argument)System::Objectvirtual
SharedCount() constSystem::Objectinline
SharedRefAdded()System::Objectinline
SharedRefRemovedSafe()System::Objectinline
ToString() constSystem::Objectvirtual
Type()System::Objectinlinestatic
Unlock()System::Object
ValueType typedefSystem::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
virtualizeBeginConstIterator() constSystem::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >inlinevirtual
virtualizeBeginIterator()System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >inlinevirtual
virtualized_iterator typedefSystem::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
virtualized_iterator_element typedefSystem::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >
virtualizeEndConstIterator() constSystem::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >inlinevirtual
virtualizeEndIterator()System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >inlinevirtual
WeakRefAdded()System::Objectinline
WeakRefRemoved()System::Objectinline
XPathNodeIterator()System::Xml::XPath::XPathNodeIterator
~IEnumerable() overrideSystem::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XPath::XPathNavigator > >inlineprotected
~Object()System::Objectvirtual
~XPathNodeIterator()System::Xml::XPath::XPathNodeIteratorprotectedvirtual