Example Class Reference#
2 min read time
example::Example Class Reference
#include <example.hpp>
Inheritance diagram for example::Example:
Public Member Functions | |
| void | method () |
| This is a method taking no arguments. | |
| int | method2 (int param) |
| Example method taking parameters. More... | |
Static Protected Attributes | |
| static int | static_member |
| This is a protected static member. | |
Detailed Description
Example class.
Member Function Documentation
◆ method2()
| int example::Example::method2 | ( | int | param | ) |
Example method taking parameters.
- Parameters
-
param The parameter
- Returns
- description of the return value
The documentation for this class was generated from the following file: