Aspose::Cells::Enumerator class
Contents
[
Hide
]Enumerator class
Enumeration template class, provides a simple way to iterate over a collection.
template<typenameT>class Enumerator
| Parameter | Description |
|---|---|
| T |
Methods
| Method | Description |
|---|---|
| Enumerator(void* impl) | Constructs from an implementation object. Internal use. |
| Enumerator(const Enumerator <T>& src) | Copy constructor. |
| GetCurrent() | Gets the current element in the enumeration. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| MoveNext() | Advances the enumerator to the next element of the enumeration and returns a boolean indicating whether an element is available. |
| explicit operator bool() const | operator bool() |
| operator=(const Enumerator <T>& src) | operator= |
| Reset() | Resets the enumerator to the beginning of the enumeration. |
| ~Enumerator() | Destructor. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++