Name | Label | Parameters | Behaviours |
---|---|---|---|
Cxx.Class.Extends | Extends | Classes | Textually specifies the extends clause of a class, including visibility and optional virtual clause. |
Name | Label | Behaviours |
---|---|---|
Cxx.Class.Member.Private | Private members | Contains code to insert into the private declaration of the class. |
Cxx.Class.Member.Protected | Protected members | Contains code to insert into the protected declaration of the class. |
Cxx.Class.Member.Public | Public members | Contains code to insert into the public declaration of the class. |