|
ASCO Aerial Autonomy
|

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... | |
| IterableEnum<T>::Iterator begin | ( | IterableEnum< T > | ) |
Iterator corresponding to the beginning of the enum.
| T | enum type |
| IterableEnum<T>::Iterator end | ( | IterableEnum< T > | ) |
Iterator corresponding to the last value of the enum.
| T | enum type |
1.8.6