umbrello  2.32.0
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 };
Definition: testbasictypes.cpp:38
Definition: namespace-enum-literal.h:1
Definition: testbasictypes.cpp:32
Definition: namespace-enum-literal.h:3
test
Definition: namespace-enum-literal.h:3
Definition: namespace-enum-literal.h:3