Creates the body of an overridden function when it is generated, for example, using the Code | Override Methods action. When editing the template, you can use C++ expressions, comments, and the following predefined variables: |
the base function call, for void functions — BaseClass::functionName() with or without parameters;
for other functions - return BaseClass::functionName() with or without parameters.
|
||
the function's return type. | ||
the function's default return value. | ||
All the predefined variables from the C File Header template (the Includes tab), such as ${USER} and ${DATE}, are available as well. |