Add(const bool &item) override | System::Collections::BitArray | virtual |
And(const BitArrayPtr &value) | System::Collections::BitArray | |
begin() | System::Collections::Generic::IEnumerable< bool > | inline |
begin() const | System::Collections::Generic::IEnumerable< bool > | inline |
BitArray(const bitset &bits) | System::Collections::BitArray | |
BitArray(const BitArray &bits) | System::Collections::BitArray | |
BitArray(const BitArrayPtr &array) | System::Collections::BitArray | |
BitArray(const System::ArrayPtr< bool > &values) | System::Collections::BitArray | |
BitArray(const System::ArrayPtr< uint8_t > &bytes) | System::Collections::BitArray | |
BitArray(const System::ArrayPtr< int > &values) | System::Collections::BitArray | |
BitArray(int length, bool defaultValue=false) | System::Collections::BitArray | |
bitset typedef | System::Collections::BitArray | |
cbegin() const | System::Collections::Generic::IEnumerable< bool > | inline |
cend() const | System::Collections::Generic::IEnumerable< bool > | inline |
Clear() override | System::Collections::BitArray | virtual |
const_iterator typedef | System::Collections::Generic::IEnumerable< bool > | |
Contains(const bool &item) const override | System::Collections::BitArray | virtual |
CopyTo(System::ArrayPtr< bool > array, int arrayIndex) override | System::Collections::BitArray | virtual |
data() | System::Collections::BitArray | |
data() const | System::Collections::BitArray | |
end() | System::Collections::Generic::IEnumerable< bool > | inline |
end() const | System::Collections::Generic::IEnumerable< bool > | 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 | inlinestatic |
Equals(double const &objA, double const &objB) | System::Object | inlinestatic |
FastCast(const Details::FastRttiBase &helper, void **out_ptr) const | System::Object | virtual |
Get(int index) const | System::Collections::BitArray | |
get_Count() const override | System::Collections::BitArray | virtual |
get_IsReadOnly() const | System::Collections::Generic::ICollection< bool > | inlinevirtual |
get_Length() const | System::Collections::BitArray | |
get_SyncRoot() const | System::Collections::Generic::ICollection< bool > | inline |
GetCounter() | System::Object | inline |
GetEnumerator() override | System::Collections::BitArray | virtual |
GetEnumeratorAsVirtualizedIterator() | System::Collections::Generic::IEnumerable< bool > | inlineprotected |
GetEnumeratorAsVirtualizedIterator() const | System::Collections::Generic::IEnumerable< bool > | inlineprotected |
GetHashCode() const | System::Object | virtual |
GetType() const | System::Object | virtual |
ICollection() | System::Collections::Generic::ICollection< bool > | inline |
ICollection(const ICollection &) | System::Collections::Generic::ICollection< bool > | inline |
ICollection(ICollection &&) noexcept | System::Collections::Generic::ICollection< bool > | inline |
idx_get(int index) const | System::Collections::BitArray | |
idx_set(int index, bool value) | System::Collections::BitArray | |
IEnumeratorType typedef | System::Collections::Generic::IEnumerable< bool > | |
Is(const TypeInfo &targetType) const | System::Object | virtual |
iterator typedef | System::Collections::Generic::IEnumerable< bool > | |
LINQ_Aggregate(const Func< bool, bool, bool > &func) | System::Collections::Generic::IEnumerable< bool > | |
LINQ_All(std::function< bool(bool)> predicate) | System::Collections::Generic::IEnumerable< bool > | |
LINQ_Any() | System::Collections::Generic::IEnumerable< bool > | |
LINQ_Any(std::function< bool(bool)> predicate) | System::Collections::Generic::IEnumerable< bool > | |
LINQ_Cast() | System::Collections::Generic::IEnumerable< bool > | |
LINQ_Cast() | System::Collections::Generic::IEnumerable< bool > | |
LINQ_Concat(SharedPtr< IEnumerable< bool > > sequence) | System::Collections::Generic::IEnumerable< bool > | |
LINQ_Contains(bool value) | System::Collections::Generic::IEnumerable< bool > | |
LINQ_Count() | System::Collections::Generic::IEnumerable< bool > | |
LINQ_Count(const Func< bool, bool > &predicate) | System::Collections::Generic::IEnumerable< bool > | |
LINQ_ElementAt(int index) | System::Collections::Generic::IEnumerable< bool > | |
LINQ_ElementAtOrDefault(int index) | System::Collections::Generic::IEnumerable< bool > | |
LINQ_First() | System::Collections::Generic::IEnumerable< bool > | |
LINQ_First(const Func< bool, bool > &predicate) | System::Collections::Generic::IEnumerable< bool > | |
LINQ_FirstOrDefault() | System::Collections::Generic::IEnumerable< bool > | |
LINQ_FirstOrDefault(std::function< bool(bool)> predicate) | System::Collections::Generic::IEnumerable< bool > | |
LINQ_GroupBy(System::Func< bool, Key > keyPredicate) | System::Collections::Generic::IEnumerable< bool > | |
LINQ_GroupBy(System::Func< Source, Key > keyPredicate) | System::Collections::Generic::IEnumerable< bool > | |
LINQ_Last() | System::Collections::Generic::IEnumerable< bool > | |
LINQ_LastOrDefault() | System::Collections::Generic::IEnumerable< bool > | |
LINQ_Max(const Func< bool, ResultType > &selector) | System::Collections::Generic::IEnumerable< bool > | |
LINQ_Max(const Func< Source, ResultType > &selector) | System::Collections::Generic::IEnumerable< bool > | |
LINQ_Min(const Func< bool, ResultType > &selector) | System::Collections::Generic::IEnumerable< bool > | |
LINQ_Min(const Func< Source, ResultType > &selector) | System::Collections::Generic::IEnumerable< bool > | |
LINQ_OfType() | System::Collections::Generic::IEnumerable< bool > | |
LINQ_OfType() | System::Collections::Generic::IEnumerable< bool > | |
LINQ_OrderBy(const Func< bool, Key > &keySelector) | System::Collections::Generic::IEnumerable< bool > | |
LINQ_OrderBy(const Func< Source, Key > &keySelector) | System::Collections::Generic::IEnumerable< bool > | |
LINQ_OrderByDescending(const Func< bool, Key > &keySelector) | System::Collections::Generic::IEnumerable< bool > | |
LINQ_OrderByDescending(const Func< Source, Key > &keySelector) | System::Collections::Generic::IEnumerable< bool > | |
LINQ_Reverse() | System::Collections::Generic::IEnumerable< bool > | |
LINQ_Select(const Func< bool, ResultType > &selector) | System::Collections::Generic::IEnumerable< bool > | |
LINQ_Select(const Func< bool, int32_t, ResultType > &selector) | System::Collections::Generic::IEnumerable< bool > | |
LINQ_Select(const Func< Source, Result > &selector) | System::Collections::Generic::IEnumerable< bool > | |
LINQ_Select(const Func< Source, int32_t, Result > &selector) | System::Collections::Generic::IEnumerable< bool > | |
LINQ_SelectMany(const Func< bool, SharedPtr< IEnumerable< ResultType > > > &selector) | System::Collections::Generic::IEnumerable< bool > | |
LINQ_SelectMany(const Func< Source, SharedPtr< IEnumerable< Result > > > &selector) | System::Collections::Generic::IEnumerable< bool > | |
LINQ_Take(int32_t count) | System::Collections::Generic::IEnumerable< bool > | |
LINQ_ToArray() | System::Collections::Generic::IEnumerable< bool > | |
LINQ_ToList() | System::Collections::Generic::IEnumerable< bool > | |
LINQ_Where(std::function< bool(bool)> predicate) | System::Collections::Generic::IEnumerable< bool > | |
Lock() | System::Object | |
m_data | System::Collections::BitArray | protected |
MemberwiseClone() const | System::Object | virtual |
Not() | System::Collections::BitArray | |
Object() | System::Object | |
Object(Object const &x) | System::Object | |
operator!=(const BitArray &other) const | System::Collections::BitArray | |
System::operator=(Object const &x) | System::Object | inline |
ICollection< bool >::operator=(ICollection &&) noexcept | System::Collections::Generic::ICollection< bool > | inline |
ICollection< bool >::operator=(const ICollection &) | System::Collections::Generic::ICollection< bool > | inline |
operator==(const BitArray &other) const | System::Collections::BitArray | |
operator[](int index) | System::Collections::BitArray | |
Or(const BitArrayPtr &value) | System::Collections::BitArray | |
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 bool &item) override | System::Collections::BitArray | virtual |
RemovedSharedRefs(int count) | System::Object | inline |
Set(int index, bool value) | System::Collections::BitArray | |
SetAll(bool value) | System::Collections::BitArray | |
SetTemplateWeakPtr(uint32_t argument) override | System::Collections::BitArray | virtual |
SharedCount() const | System::Object | inline |
SharedRefAdded() | System::Object | inline |
SharedRefRemovedSafe() | System::Object | inline |
ThisType typedef | System::Collections::Generic::ICollection< bool > | |
ToString() const | System::Object | virtual |
Type() | System::Object | inlinestatic |
Unlock() | System::Object | |
ValueType typedef | System::Collections::Generic::ICollection< bool > | |
virtualizeBeginConstIterator() const override | System::Collections::BitArray | virtual |
virtualizeBeginIterator() override | System::Collections::BitArray | virtual |
virtualized_iterator typedef | System::Collections::Generic::IEnumerable< bool > | |
virtualized_iterator_element typedef | System::Collections::Generic::IEnumerable< bool > | |
virtualizeEndConstIterator() const override | System::Collections::BitArray | virtual |
virtualizeEndIterator() override | System::Collections::BitArray | virtual |
WeakRefAdded() | System::Object | inline |
WeakRefRemoved() | System::Object | inline |
Xor(const BitArrayPtr &value) | System::Collections::BitArray | |
~BitArray() override | System::Collections::BitArray | protected |
~ICollection() | System::Collections::Generic::ICollection< bool > | inlinevirtual |
~IEnumerable() override | System::Collections::Generic::IEnumerable< bool > | inlineprotected |
~Object() | System::Object | virtual |