MCPcopy Create free account
hub / github.com/KDAB/codebrowser / MyEnum

Enum MyEnum

tests/test.cc:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132/// @brief Just an enum
133
134enum MyEnum { Val1, //comment1
135//comment2
136Val2 = 3 + 3 };
137MyEnum e = Val2;
138
139class Annotator;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected