DEBSOURCES
Skip Quicknav
sources / breathe / 4.36.0-2 / examples / specific / cpp_anon.h
12345678910111213
struct ClassWithAnonEntities { struct { int structMember; }; union { int unionMember; }; enum { Enumerator }; };