Classname
Comments
Write comments
Write meta comments (comments about the way the class was generated)
Memory
Support dynamic memory allocation
Support memory capacity
Constructors
Default constructor
Use default implementation
Write custom implementation
Not useable (private)
Not useable (delete) (NEW STD)
Copy constructor
Use default implementation
Write custom implementation
Not useable (private)
Not useable (delete) (NEW STD)
Create move constructor (NEW STD)
Create destructor
Data members
Add data member
Create getter
Create setter
Methods
=
+=
-=
*=
/=
+
-
*
/
<<
>>
Add operator
custom
swap
copy
destroy
reserve
allocate
Add method
public
protected
private