Append(const SharedPtr< XmlAttribute > &node) | System::Xml::XmlAttributeCollection | |
begin() const noexcept | System::Xml::XmlNamedNodeMap | |
IEnumerable< SharedPtr< System::Xml::XmlNode > >::begin() | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | inline |
cbegin() const noexcept | System::Xml::XmlNamedNodeMap | |
cend() const noexcept | System::Xml::XmlNamedNodeMap | |
const_iterator typedef | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
CopyTo(const ArrayPtr< SharedPtr< XmlAttribute >> &array, int32_t index) | System::Xml::XmlAttributeCollection | |
end() const noexcept | System::Xml::XmlNamedNodeMap | |
IEnumerable< SharedPtr< System::Xml::XmlNode > >::end() | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | inline |
Equals(ptr obj) | System::Object | virtual |
Equals(T1 const &objA, T2 const &objB) | System::Object | inlinestatic |
Equals(T1 const &objA, T2 const &objB) | System::Object | inlinestatic |
Equals(float const &objA, float const &objB) | System::Object | inline |
Equals(double const &objA, double const &objB) | System::Object | inline |
FastCast(const Details::FastRttiBase &helper, void **out_ptr) const | System::Object | virtual |
get_Count() | System::Xml::XmlNamedNodeMap | virtual |
GetCounter() | System::Object | inline |
GetEnumerator() override | System::Xml::XmlNamedNodeMap | virtual |
GetHashCode() const | System::Object | virtual |
GetNamedItem(String name) | System::Xml::XmlNamedNodeMap | virtual |
GetNamedItem(String localName, String namespaceURI) | System::Xml::XmlNamedNodeMap | virtual |
GetType() const | System::Object | virtual |
idx_get(int32_t i) | System::Xml::XmlAttributeCollection | |
idx_get(const String &name) | System::Xml::XmlAttributeCollection | |
idx_get(const String &localName, const String &namespaceURI) | System::Xml::XmlAttributeCollection | |
IEnumeratorType typedef | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
InsertAfter(const SharedPtr< XmlAttribute > &newNode, const SharedPtr< XmlAttribute > &refNode) | System::Xml::XmlAttributeCollection | |
InsertBefore(const SharedPtr< XmlAttribute > &newNode, const SharedPtr< XmlAttribute > &refNode) | System::Xml::XmlAttributeCollection | |
Is(const TypeInfo &targetType) const | System::Object | virtual |
Item(int32_t index) | System::Xml::XmlNamedNodeMap | virtual |
iterator typedef | System::Xml::XmlNamedNodeMap | |
LINQ_All(std::function< bool(SharedPtr< System::Xml::XmlNode >)> predicate) | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
LINQ_Any() | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
LINQ_Any(std::function< bool(SharedPtr< System::Xml::XmlNode >)> predicate) | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
LINQ_Cast() | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
LINQ_Cast() | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
LINQ_Concat(SharedPtr< IEnumerable< SharedPtr< System::Xml::XmlNode > >> sequence) | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
LINQ_Contains(SharedPtr< System::Xml::XmlNode > value) | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
LINQ_Count() | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
LINQ_Count(const Func< SharedPtr< System::Xml::XmlNode >, bool > &predicate) | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
LINQ_ElementAt(int index) | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
LINQ_First() | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
LINQ_First(const Func< SharedPtr< System::Xml::XmlNode >, bool > &predicate) | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
LINQ_FirstOrDefault() | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
LINQ_FirstOrDefault(std::function< bool(SharedPtr< System::Xml::XmlNode >)> predicate) | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
LINQ_GroupBy(System::Func< SharedPtr< System::Xml::XmlNode >, Key > keyPredicate) | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
LINQ_GroupBy(System::Func< Source, Key > keyPredicate) | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
LINQ_Last() | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
LINQ_LastOrDefault() | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
LINQ_OfType() | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
LINQ_OfType() | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
LINQ_OrderBy(const Func< SharedPtr< System::Xml::XmlNode >, Key > &keySelector) | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
LINQ_OrderBy(const Func< Source, Key > &keySelector) | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
LINQ_OrderByDescending(const Func< SharedPtr< System::Xml::XmlNode >, Key > &keySelector) | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
LINQ_OrderByDescending(const Func< Source, Key > &keySelector) | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
LINQ_Select(const Func< SharedPtr< System::Xml::XmlNode >, ResultType > &selector) | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
LINQ_Select(const Func< SharedPtr< System::Xml::XmlNode >, int32_t, ResultType > &selector) | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
LINQ_Select(const Func< Source, Result > &selector) | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
LINQ_Select(const Func< Source, int32_t, Result > &selector) | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
LINQ_SelectMany(const Func< SharedPtr< System::Xml::XmlNode >, SharedPtr< IEnumerable< ResultType >>> &selector) | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
LINQ_SelectMany(const Func< Source, SharedPtr< IEnumerable< Result >>> &selector) | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
LINQ_ToArray() | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
LINQ_ToList() | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
LINQ_Where(std::function< bool(SharedPtr< System::Xml::XmlNode >)> predicate) | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
Lock() | System::Object | |
MemberwiseClone() const | System::Object | virtual |
Object() | System::Object | |
Object(Object const &x) | System::Object | |
operator=(Object const &x) | System::Object | inline |
Prepend(const SharedPtr< XmlAttribute > &node) | System::Xml::XmlAttributeCollection | |
Ptr typedef | System::Xml::XmlAttributeCollection | |
ptr typedef | System::Object | |
ReferenceEquals(ptr const &objA, ptr const &objB) | System::Object | inlinestatic |
ReferenceEquals(T const &objA, T const &objB) | System::Object | inlinestatic |
ReferenceEquals(T const &objA, std::nullptr_t) | System::Object | inlinestatic |
ReferenceEquals(String const &str, std::nullptr_t) | System::Object | inline |
ReferenceEquals(String const &str1, String const &str2) | System::Object | inline |
Remove(const SharedPtr< XmlAttribute > &node) | System::Xml::XmlAttributeCollection | |
RemoveAll() | System::Xml::XmlAttributeCollection | |
RemoveAt(int32_t i) | System::Xml::XmlAttributeCollection | |
RemovedSharedRefs(int count) | System::Object | inline |
RemoveNamedItem(String name) | System::Xml::XmlNamedNodeMap | virtual |
RemoveNamedItem(String localName, String namespaceURI) | System::Xml::XmlNamedNodeMap | virtual |
SetNamedItem(SharedPtr< XmlNode > node) override | System::Xml::XmlAttributeCollection | virtual |
SetTemplateWeakPtr(uint32_t argument) | System::Object | virtual |
SharedCount() const | System::Object | inline |
SharedRefAdded() | System::Object | inline |
SharedRefRemovedSafe() | System::Object | inline |
ToString() const | System::Object | virtual |
Type() | System::Object | inlinestatic |
Unlock() | System::Object | |
ValueType typedef | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
virtualizeBeginConstIterator() const | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | inlinevirtual |
virtualizeBeginIterator() | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | inlinevirtual |
virtualized_iterator typedef | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
virtualized_iterator_element typedef | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | |
virtualizeEndConstIterator() const | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | inlinevirtual |
virtualizeEndIterator() | System::Collections::Generic::IEnumerable< SharedPtr< System::Xml::XmlNode > > | inlinevirtual |
WeakRefAdded() | System::Object | inline |
WeakRefRemoved() | System::Object | inline |
~Object() | System::Object | virtual |