57 template<
class type_t>
Supports a simple iteration over a generic collection.
Definition ienumerator.hpp:58
virtual bool move_next()=0
Advances the enumerator to the next element of the collection.
virtual const type_t & current() const =0
Gets the element in the collection at the current position of the enumerator.
virtual void reset()=0
Sets the enumerator to its initial position, which is before the first element in the collection.
#define interface_
This keyword is use to represent an interface.
Definition interface.hpp:58
Contains xtd::interface interface.
The xtd::collections::generic namespace contains interfaces and classes that define generic collectio...
Definition comparer.hpp:16
The xtd::collections namespace contains interfaces and classes that define various collections of obj...
Definition any_pair.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8