umbrello  2.39.2
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
namespace-enum-literal.h
Go to the documentation of this file.
2  /* should display the following literals in tree view * A = 1 * B = 2 * C * D */
3  enum test { A = 1, B = 2, C, D };
4 }; // This last semicolon should not be there but most compilers accept it.
Definition: testbasictypes.cpp:19
Definition: testbasictypes.cpp:25
Definition: namespace-enum-literal.h:1
test
Definition: namespace-enum-literal.h:3
@ C
Definition: namespace-enum-literal.h:3
@ D
Definition: namespace-enum-literal.h:3