Cesium icon indicating copy to clipboard operation
Cesium copied to clipboard

Support complex pointer types

Open ForNeVeR opened this issue 2 years ago • 0 comments

Currently, we don't seem to support complex pointer types in some cases (something like const char const * or maybe char[]*, but I'm not sure; investigation is required).

We should fully support these constructs and improve our pointer declaration-related code.

Look for the number 215 in the code to find clues to implement this feature.

ForNeVeR avatar Aug 14 '22 17:08 ForNeVeR