|
Squid Web Cache master
|
#include <LookupTable.h>
Public Attributes | |
| const char * | name |
| EnumType | id |
a record in the initializer list for a LookupTable
In case it is wished to extend the structure of a LookupTable's initializer list, it can be done by using a custom struct which must match LookupTableRecord's signature plus any extra custom fields the user may wish to add; the extended record type must then be passed as RecordType template parameter to LookupTable.
Definition at line 27 of file LookupTable.h.
| EnumType LookupTableRecord< EnumType >::id |
Definition at line 30 of file LookupTable.h.
| const char* LookupTableRecord< EnumType >::name |
Definition at line 29 of file LookupTable.h.