Aspose::Pdf::BoundsCheckableList class
Contents
[
Hide
]BoundsCheckableList class
Represents BoundsCheckableList - wrapper around System.Collections.Generic.List.
template<typename>class BoundsCheckableList : public System::Collections::Generic::IList<T>
Methods
Method | Description |
---|---|
Add(const T&) override | Adds an object to the end of the System.Collections.Generic.List depending on “boundsCheckMode” parameter. |
begin() | Gets iterator pointing to the first element (if any) of the collection. |
begin() const | Gets iterator pointing to the first element (if any) of the const-qualified instance of the collection. |
BoundsCheckableList() | Initializes a new instance of the BoundsCheckableList class. |
BoundsCheckableList(BoundsCheckMode, double, double) | Initializes a new instance of the BoundsCheckableList class. |
cbegin() const | Gets iterator pointing to the first const-qualified element (if any) of the collection. |
cend() const | Gets iterator pointing right after the last const-qualified element (if any) of the collection. |
Clear() override | Removes all elements from the System.Collections.Generic.List. |
Contains(const T&) const override | Determines whether an element is in the System.Collections.Generic.List. |
CopyTo(System::ArrayPtr<T>, int32_t) override | Copies the entire System.Collections.Generic.List to a compatible one-dimensional array, starting at the specified index of the target array. |
end() | Gets iterator pointing right after the last element (if any) of the collection. |
end() const | Gets iterator pointing right after the last element (if any) of the const-qualified instance of the collection. |
get_Count() const override | Gets the number of elements contained in the System.Collections.Generic.List. |
get_IsReadOnly() const override | Gets the value indicating if collection is readonly. |
GetEnumerator() override | Returns an enumerator that iterates through the System.Collections.Generic.List. |
idx_get(int32_t) const override | Gets paragraph from or to collection. |
idx_set(int32_t, T) override | Sets paragraph from or to collection. |
IndexOf(const T&) const override | Searches for the specified object and returns the zero-based index of the first occurrence within the entire System.Collections.Generic.List. |
Insert(int32_t, const T&) override | Inserts an element into the System.Collections.Generic.List at the specified index. |
Remove(const T&) override | Removes the first occurrence of a specific object from the System.Collections.Generic.List. |
RemoveAt(int32_t) override | Removes the element at the specified index of the System.Collections.Generic.List. |
SetTemplateWeakPtr(uint32_t) override | Set n’th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. |
UpdateBoundsCheckMode(BoundsCheckMode, double, double) | Updates boundsCheckMode parameter for initialized collection. |
UpdateBoundsCheckMode(BoundsCheckMode) | Updates boundsCheckMode parameter for initialized collection. |
virtualizeBeginConstIterator() const override | Gets iterator pointing to the first element (if any)of the const-qualified instance of the collection. |
virtualizeBeginIterator() override | Gets iterator pointing to the first element (if any) of the collection. |
virtualizeEndConstIterator() const override | Gets iterator pointing right after the last element (if any)of the const-qualified instance of the collection. |
virtualizeEndIterator() override | Gets iterator pointing right after the last element (if any) of the collection. |
Typedefs
Typedef | Description |
---|---|
const_iterator | Const iterator type. |
iterator | Iterator type. |
iterator_holder_type | A collection type whose iterator types is used as iterator types in the current collection. |
virtualized_iterator | Virtualized type. |
virtualized_iterator_element | Virtualized element type. |
See Also
- Class IList
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++