poco icon indicating copy to clipboard operation
poco copied to clipboard

CppParser: Support unions

Open obiltschnig opened this issue 1 year ago • 0 comments

While CppParser is far from being a complete C++ parser, it should nevertheless be able to process the header files from the POCO C++ Libraries without too many issues. One missing feature is support for union. Given that unions are syntactically identical to structs (for our purposes), adding this should not be too hard.

obiltschnig avatar Feb 06 '24 12:02 obiltschnig