Search Site:
#include <Pt/Cosmo/IEnumerable.h>
Enumerable interface. More...
Type-safe iteration abstraction. Classes implementing this interface provide an Enumerator that can be used in range-based iteration via begin() and end() free functions.