System::Collections::BitArray Member List

This is the complete list of members for System::Collections::BitArray, including all inherited members.

Add(const bool &item) overrideSystem::Collections::BitArrayvirtual
And(const BitArrayPtr &value)System::Collections::BitArray
begin()System::Collections::Generic::IEnumerable< bool >inline
begin() constSystem::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 typedefSystem::Collections::BitArray
cbegin() constSystem::Collections::Generic::IEnumerable< bool >inline
cend() constSystem::Collections::Generic::IEnumerable< bool >inline
Clear() overrideSystem::Collections::BitArrayvirtual
const_iterator typedefSystem::Collections::Generic::IEnumerable< bool >
Contains(const bool &item) const overrideSystem::Collections::BitArrayvirtual
CopyTo(System::ArrayPtr< bool > array, int arrayIndex) overrideSystem::Collections::BitArrayvirtual
data()System::Collections::BitArray
data() constSystem::Collections::BitArray
end()System::Collections::Generic::IEnumerable< bool >inline
end() constSystem::Collections::Generic::IEnumerable< bool >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(int index) constSystem::Collections::BitArray
get_Count() const overrideSystem::Collections::BitArrayvirtual
get_IsReadOnly() constSystem::Collections::Generic::ICollection< bool >inlinevirtual
get_Length() constSystem::Collections::BitArray
get_SyncRoot() constSystem::Collections::Generic::ICollection< bool >inline
GetCounter()System::Objectinline
GetEnumerator() overrideSystem::Collections::BitArrayvirtual
GetEnumeratorAsVirtualizedIterator()System::Collections::Generic::IEnumerable< bool >inlineprotected
GetEnumeratorAsVirtualizedIterator() constSystem::Collections::Generic::IEnumerable< bool >inlineprotected
GetHashCode() constSystem::Objectvirtual
GetType() constSystem::Objectvirtual
ICollection()System::Collections::Generic::ICollection< bool >inline
ICollection(const ICollection &)System::Collections::Generic::ICollection< bool >inline
ICollection(ICollection &&) noexceptSystem::Collections::Generic::ICollection< bool >inline
idx_get(int index) constSystem::Collections::BitArray
idx_set(int index, bool value)System::Collections::BitArray
IEnumeratorType typedefSystem::Collections::Generic::IEnumerable< bool >
Is(const TypeInfo &targetType) constSystem::Objectvirtual
iterator typedefSystem::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_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_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_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_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_dataSystem::Collections::BitArrayprotected
MemberwiseClone() constSystem::Objectvirtual
Not()System::Collections::BitArray
Object()System::Object
Object(Object const &x)System::Object
operator!=(const BitArray &other) constSystem::Collections::BitArray
System::operator=(Object const &x)System::Objectinline
ICollection< bool >::operator=(ICollection &&) noexceptSystem::Collections::Generic::ICollection< bool >inline
ICollection< bool >::operator=(const ICollection &)System::Collections::Generic::ICollection< bool >inline
operator==(const BitArray &other) constSystem::Collections::BitArray
operator[](int index)System::Collections::BitArray
Or(const BitArrayPtr &value)System::Collections::BitArray
ptr typedefSystem::Object
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 bool &item) overrideSystem::Collections::BitArrayvirtual
RemovedSharedRefs(int count)System::Objectinline
Set(int index, bool value)System::Collections::BitArray
SetAll(bool value)System::Collections::BitArray
SetTemplateWeakPtr(uint32_t argument) overrideSystem::Collections::BitArrayvirtual
SharedCount() constSystem::Objectinline
SharedRefAdded()System::Objectinline
SharedRefRemovedSafe()System::Objectinline
ThisType typedefSystem::Collections::Generic::ICollection< bool >
ToString() constSystem::Objectvirtual
Type()System::Objectinlinestatic
Unlock()System::Object
ValueType typedefSystem::Collections::Generic::ICollection< bool >
virtualizeBeginConstIterator() const overrideSystem::Collections::BitArrayvirtual
virtualizeBeginIterator() overrideSystem::Collections::BitArrayvirtual
virtualized_iterator typedefSystem::Collections::Generic::IEnumerable< bool >
virtualized_iterator_element typedefSystem::Collections::Generic::IEnumerable< bool >
virtualizeEndConstIterator() const overrideSystem::Collections::BitArrayvirtual
virtualizeEndIterator() overrideSystem::Collections::BitArrayvirtual
WeakRefAdded()System::Objectinline
WeakRefRemoved()System::Objectinline
Xor(const BitArrayPtr &value)System::Collections::BitArray
~BitArray() overrideSystem::Collections::BitArrayprotected
~ICollection()System::Collections::Generic::ICollection< bool >inlinevirtual
~IEnumerable() overrideSystem::Collections::Generic::IEnumerable< bool >inlineprotected
~Object()System::Objectvirtual