#include <assert.h>
#include <string.h>
#include <stdio.h>
Go to the source code of this file.
Compounds | |
struct | EnumTranslate::EnumTable |
A tuple composed of an enumeration value and its associated name (a const char *). More... | |
class | EnumTranslate |
Translate between an enumeration value and a string. More... | |
class | Fruit |
An example class that makes use of the EnumTranslate template. More... | |
class | Numbers |
An example class that makes use of the EnumTranslate template. More... | |
Functions | |
main () | |
\function Some simple test code. More... |
|
\function Some simple test code.
Definition at line 190 of file enumTranslate.cpp. |