wxMaxima
|
The class description. More...
#include <enum.h>
Public Types | |
enum | TEnum { Val1 , Val2 } |
A description of the enum type. More... | |
enum | AnotherEnum { V1 , V2 } |
Another enum, with inline docs. More... | |
The class description.
enum Enum_Test::TEnum |
A description of the enum type.
Enumerator | |
---|---|
Val1 | The description of the first enum value. |