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

Lookup tables. More...

#include <config.h>
#include <cassert>
#include <string>
#include <initializer_list>
#include "fundamentals.h"
Include dependency graph for lookup.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  StandardLookupValues< EnumClass >
 A standard form of enumeration to text value lookup tables. More...
 
class  LookupTable< EnumClass, LookupTableType >
 Class to map between enumerations and their text values. More...
 

Detailed Description

Lookup tables.

Lookup table template and common definitions.