umbrello 2.34.70-5524f40e1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
class-enum-literal.h
Go to the documentation of this file.
2 public:
3 /* should display the following literals in tree view * A = 1 * B = 2 * C * D */
4 enum test { A = 1, B = 2, C, D };
5};
Definition: testbasictypes.cpp:19
Definition: testbasictypes.cpp:25
Definition: class-enum-literal.cs:2
test
Definition: class-enum-literal.cs:4
@ C
Definition: class-enum-literal.h:4
@ D
Definition: class-enum-literal.h:4