|
int | get_Count () const override |
|
void | Add (const CapturePtr &item) override |
|
void | Clear () override |
| Disables cleaning collection. More...
|
|
bool | Remove (const CapturePtr &item) override |
|
bool | get_IsReadOnly () const override |
|
bool | get_IsSynchronized () const |
|
void | AddCapture (const CapturePtr &item) |
|
| List () |
| Creates empty list. More...
|
|
| List (int capacity) |
|
| List (IEnumerablePtr collection) |
|
void | AddInitializer (int size, const CapturePtr inits[]) |
|
iterator | begin () noexcept |
|
const_iterator | begin () const noexcept |
|
iterator | end () noexcept |
|
const_iterator | end () const noexcept |
|
const_iterator | cbegin () const noexcept |
|
const_iterator | cend () const noexcept |
|
reverse_iterator | rbegin () noexcept |
|
const_reverse_iterator | rbegin () const noexcept |
|
reverse_iterator | rend () noexcept |
|
const_reverse_iterator | rend () const noexcept |
|
const_reverse_iterator | crbegin () const noexcept |
|
const_reverse_iterator | crend () const noexcept |
|
IEnumeratorPtr | GetEnumerator () override |
|
int | get_Count () const override |
|
void | Add (const CapturePtr &item) override |
|
void | Clear () override |
| Deletes all elements. More...
|
|
bool | Contains (const CapturePtr &item) const override |
|
bool | Remove (const CapturePtr &item) override |
|
void | CopyTo (System::ArrayPtr< CapturePtr > array, int arrayIndex) override |
|
void | CopyTo (const System::ArrayPtr< CapturePtr > &array) |
|
void | CopyTo (int index, const System::ArrayPtr< CapturePtr > &array, int arrayIndex, int count) |
|
int | IndexOf (const CapturePtr &item) const override |
|
int | IndexOf (const CapturePtr &item, int index) const |
|
void | Insert (int index, const CapturePtr &item) override |
|
void | RemoveAt (int index) override |
|
CapturePtr | idx_get (int index) const override |
|
void | idx_set (int index, CapturePtr value) override |
|
int | get_Capacity () const |
|
void | set_Capacity (int capacity) |
|
void | AddRange (IEnumerablePtr collection) |
|
SharedPtr< System::Collections::ObjectModel::ReadOnlyCollection< CapturePtr > > | AsReadOnly () |
|
int | BinarySearch (const CapturePtr &item) const |
|
int | BinarySearch (const CapturePtr &item, const SharedPtr< System::Collections::Generic::IComparer< CapturePtr > > &comparer) const |
|
int | BinarySearch (int index, int count, const CapturePtr &item, const SharedPtr< System::Collections::Generic::IComparer< CapturePtr > > &comparer) const |
|
SharedPtr< List< OutputType > > | ConvertAll (Converter< CapturePtr, OutputType > converter) |
|
bool | Exists (System::Predicate< CapturePtr > match) |
|
CapturePtr | Find (System::Predicate< CapturePtr > predicate) |
|
ListPtr< CapturePtr > | FindAll (System::Predicate< CapturePtr > match) |
|
int | FindIndex (System::Predicate< CapturePtr > match) |
|
int | FindIndex (int startIndex, System::Predicate< CapturePtr > match) |
|
int | FindIndex (int startIndex, int count, System::Predicate< CapturePtr > match) |
|
CapturePtr | FindLast (System::Predicate< CapturePtr > match) |
|
void | ForEach (System::Action< CapturePtr > action) |
|
ThisPtr | GetRange (int index, int count) |
|
void | InsertRange (int index, IEnumerablePtr collection) |
|
int32_t | LastIndexOf (const CapturePtr &item) const |
|
int32_t | LastIndexOf (const CapturePtr &item, int32_t index) const |
|
int32_t | LastIndexOf (const CapturePtr &item, int32_t index, int32_t count) const |
|
int | RemoveAll (Predicate< CapturePtr > match) |
|
void | RemoveRange (int index, int count) |
|
void | Reverse () |
| Reverses elements order of the whole list. More...
|
|
void | Reverse (int index, int count) |
|
void | Sort (const SharedPtr< System::Collections::Generic::IComparer< CapturePtr > > &comparator) |
|
void | Sort () |
| Sorts elements in the list using default comparator. More...
|
|
void | Sort (int index, int count, SharedPtr< System::Collections::Generic::IComparer< CapturePtr > > comparator) |
|
void | Sort (Comparison< CapturePtr > comparison, bool) |
|
ArrayPtr< CapturePtr > | ToArray () const |
|
void | TrimExcess () |
| Makes list capacity to fit its size. More...
|
|
bool | TrueForAll (System::Predicate< CapturePtr > match) |
|
vector_t::reference | operator[] (int index) |
|
vector_t::const_reference | operator[] (int index) const |
|
vector_t & | data () |
|
const vector_t & | data () const |
|
void | _add_range (std::initializer_list< CapturePtr > list) |
|
System::Details::VirtualizedIteratorBase< CapturePtr > * | virtualizeBeginIterator () override |
|
System::Details::VirtualizedIteratorBase< CapturePtr > * | virtualizeEndIterator () override |
|
System::Details::VirtualizedIteratorBase< CapturePtr > * | virtualizeBeginConstIterator () const override |
|
System::Details::VirtualizedIteratorBase< CapturePtr > * | virtualizeEndConstIterator () const override |
|
ASPOSECPP_SHARED_API | Object () |
| Creates object. Initializes all internal data structures. More...
|
|
virtual ASPOSECPP_SHARED_API | ~Object () |
| Destroys object. Frees all internal data structures. More...
|
|
ASPOSECPP_SHARED_API | Object (Object const &x) |
| Copy constructor. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
|
|
Object & | operator= (Object const &x) |
| Assignment operator. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
|
|
Object * | SharedRefAdded () |
| Increments shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
|
|
int | SharedRefRemovedSafe () |
| Decrements and returns shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
|
|
int | RemovedSharedRefs (int count) |
| Decreases shared reference count by specified value. More...
|
|
Detail::SmartPtrCounter * | WeakRefAdded () |
| Increments weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
|
|
void | WeakRefRemoved () |
| Decrements weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
|
|
Detail::SmartPtrCounter * | GetCounter () |
| Gets reference counter data structure associated with the object. More...
|
|
int | SharedCount () const |
| Gets current value of shared reference counter. More...
|
|
ASPOSECPP_SHARED_API void | Lock () |
| Implements C# lock() statement locking. Call directly or use LockContext sentry object. More...
|
|
ASPOSECPP_SHARED_API void | Unlock () |
| Implements C# lock() statement unlocking. Call directly or use LockContext sentry object. More...
|
|
virtual ASPOSECPP_SHARED_API bool | Equals (ptr obj) |
| Compares objects using C# Object.Equals semantics. More...
|
|
virtual ASPOSECPP_SHARED_API int32_t | GetHashCode () const |
| Analog of C# Object.GetHashCode() method. Enables hashing of custom objects. More...
|
|
virtual ASPOSECPP_SHARED_API String | ToString () const |
| Analog of C# Object.ToString() method. Enables converting custom objects to string. More...
|
|
virtual ASPOSECPP_SHARED_API ptr | MemberwiseClone () const |
| Analog of C# Object.MemberwiseClone() method. Enables cloning custom types. More...
|
|
virtual ASPOSECPP_SHARED_API const TypeInfo & | GetType () const |
| Gets actual type of object. Analog of C# System.Object.GetType() call. More...
|
|
virtual ASPOSECPP_SHARED_API bool | Is (const TypeInfo &targetType) const |
| Check if object represents an instance of type described by targetType. Analog of C# 'is' operator. More...
|
|
virtual ASPOSECPP_SHARED_API void | SetTemplateWeakPtr (uint32_t argument) |
| Set n'th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. More...
|
|
virtual ASPOSECPP_SHARED_API bool | FastCast (const Details::FastRttiBase &helper, void **out_ptr) const |
| For internal purposes only. More...
|
|
template<> |
bool | Equals (float const &objA, float const &objB) |
|
template<> |
bool | Equals (double const &objA, double const &objB) |
|
template<> |
bool | ReferenceEquals (String const &str, std::nullptr_t) |
|
template<> |
bool | ReferenceEquals (String const &str1, String const &str2) |
|
bool | get_IsFixedSize () |
|
ICollection & | operator= (ICollection &&) noexcept |
|
ICollection & | operator= (const ICollection &) |
|
| ICollection () |
| Default constructor. More...
|
|
| ICollection (const ICollection &) |
| Copy constructor. More...
|
|
| ICollection (ICollection &&) noexcept |
| Move constructor. More...
|
|
virtual | ~ICollection () |
| Destructor. More...
|
|
SharedPtr< Object > | get_SyncRoot () const |
| Gets the object the collection is being synchronized through. More...
|
|
CapturePtr | LINQ_ElementAt (int index) |
|
CapturePtr | LINQ_First () |
|
CapturePtr | LINQ_First (const Func< CapturePtr, bool > &predicate) |
|
CapturePtr | LINQ_FirstOrDefault () |
|
CapturePtr | LINQ_FirstOrDefault (std::function< bool(CapturePtr)> predicate) |
|
CapturePtr | LINQ_Last () |
|
CapturePtr | LINQ_LastOrDefault () |
|
SharedPtr< List< CapturePtr > > | LINQ_ToList () |
|
int | LINQ_Count () |
|
int | LINQ_Count (const Func< CapturePtr, bool > &predicate) |
|
System::ArrayPtr< CapturePtr > | LINQ_ToArray () |
|
bool | LINQ_All (std::function< bool(CapturePtr)> predicate) |
|
bool | LINQ_Any () |
|
bool | LINQ_Any (std::function< bool(CapturePtr)> predicate) |
|
SharedPtr< IEnumerable< CapturePtr > > | LINQ_Where (std::function< bool(CapturePtr)> predicate) |
|
bool | LINQ_Contains (CapturePtr value) |
|
SharedPtr< IEnumerable< ResultType > > | LINQ_Cast () |
|
SharedPtr< IEnumerable< Result > > | LINQ_Cast () |
|
SharedPtr< IEnumerable< CapturePtr > > | LINQ_OrderBy (const Func< CapturePtr, Key > &keySelector) |
|
SharedPtr< IEnumerable< Source > > | LINQ_OrderBy (const Func< Source, Key > &keySelector) |
|
SharedPtr< IEnumerable< CapturePtr > > | LINQ_OrderByDescending (const Func< CapturePtr, Key > &keySelector) |
|
SharedPtr< IEnumerable< Source > > | LINQ_OrderByDescending (const Func< Source, Key > &keySelector) |
|
SharedPtr< IEnumerable< ResultType > > | LINQ_OfType () |
|
SharedPtr< IEnumerable< Result > > | LINQ_OfType () |
|
SharedPtr< IEnumerable< ResultType > > | LINQ_Select (const Func< CapturePtr, ResultType > &selector) |
|
SharedPtr< IEnumerable< ResultType > > | LINQ_Select (const Func< CapturePtr, int32_t, ResultType > &selector) |
|
SharedPtr< IEnumerable< Result > > | LINQ_Select (const Func< Source, Result > &selector) |
|
SharedPtr< IEnumerable< Result > > | LINQ_Select (const Func< Source, int32_t, Result > &selector) |
|
SharedPtr< IEnumerable< CapturePtr > > | LINQ_Concat (SharedPtr< IEnumerable< CapturePtr >> sequence) |
|
System::SharedPtr< IEnumerable< System::SharedPtr< System::Linq::IGrouping< Key, CapturePtr > > > > | LINQ_GroupBy (System::Func< CapturePtr, Key > keyPredicate) |
|
SharedPtr< IEnumerable< SharedPtr< System::Linq::IGrouping< Key, Source > > > > | LINQ_GroupBy (System::Func< Source, Key > keyPredicate) |
|
SharedPtr< IEnumerable< ResultType > > | LINQ_SelectMany (const Func< CapturePtr, SharedPtr< IEnumerable< ResultType >>> &selector) |
|
SharedPtr< IEnumerable< Result > > | LINQ_SelectMany (const Func< Source, SharedPtr< IEnumerable< Result >>> &selector) |
|
iterator | begin () |
|
const_iterator | begin () const |
|
iterator | end () |
|
const_iterator | end () const |
|
const_iterator | cbegin () const |
|
const_iterator | cend () const |
|
List of captures done by single capturing group. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.