ASCO Aerial Autonomy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Functions
iterable_enum.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IterableEnum< T >
 Iterable wrapper class for iterating over enums. Only works for enums that are contiguous. More...
 
class  IterableEnum< T >::Iterator
 Iterator for the wrapper class. More...
 

Functions

template<typename T >
IterableEnum< T >::Iterator begin (IterableEnum< T >)
 Iterator corresponding to the beginning of the enum. More...
 
template<typename T >
IterableEnum< T >::Iterator end (IterableEnum< T >)
 Iterator corresponding to the last value of the enum. More...
 

Function Documentation

template<typename T >
IterableEnum<T>::Iterator begin ( IterableEnum< T >  )

Iterator corresponding to the beginning of the enum.

Template Parameters
Tenum type
template<typename T >
IterableEnum<T>::Iterator end ( IterableEnum< T >  )

Iterator corresponding to the last value of the enum.

Template Parameters
Tenum type