pianod2
multisource multiuser scriptable networked music player
Classes
enumeratedarray.h File Reference

Enumerated array type. More...

#include <config.h>
#include <cassert>
#include <type_traits>
Include dependency graph for enumeratedarray.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EnumeratedArray< Enumeration, ValueType, size_element, enum_size >
 An array indexed by an enumeration rather than an integer of some sort. More...
 
class  EnumeratedArray< Enumeration, ValueType, size_element, enum_size >::eaiterator< IteratedType >
 

Detailed Description

Enumerated array type.

Array is defined by and access by an enumeration, including enum class, rather than numeric values.