
Prior to this commit only those C structs for SET and SEQUENCE types could be decorated. Now those for CHOICE types also can be decorated. We could further extend this to SET OF and SEQUENCE OF types if it proves useful.
10 lines
479 B
Plaintext
10 lines
479 B
Plaintext
--sequence=TESTSeqOf
|
|
--decorate=TESTDecorated:TESTuint32:version2?
|
|
--decorate=TESTDecorated:my_vers:version3:my_copy_vers:my_free_vers:"check-gen.h"
|
|
--decorate=TESTDecorated:void *:privthing
|
|
--decorate=TESTDecorated:heim_object_t:privobj
|
|
--decorate=TESTDecoratedChoice:TESTuint32:version2?
|
|
--decorate=TESTDecoratedChoice:my_vers:version3:my_copy_vers:my_free_vers:"check-gen.h"
|
|
--decorate=TESTDecoratedChoice:void *:privthing
|
|
--decorate=TESTDecoratedChoice:heim_object_t:privobj
|