The ClassDemo class.
Definition at line 26 of file cplusplus_demo.cpp.
◆ ClassDemo()
| ClassDemo::ClassDemo |
( |
const char * |
p_comment | ) |
|
|
inlineexplicit |
◆ ~ClassDemo()
| ClassDemo::~ClassDemo |
( |
| ) |
|
|
inline |
◆ GetDemoCount()
| int ClassDemo::GetDemoCount |
( |
| ) |
|
|
inline |
Getter for count value.
- Returns
- current count value
Definition at line 52 of file cplusplus_demo.cpp.
◆ IncrementDemoCount()
| int ClassDemo::IncrementDemoCount |
( |
| ) |
|
|
inline |
Increment count value.
- Returns
- count value after increment
Definition at line 61 of file cplusplus_demo.cpp.
◆ SetDemoCount()
| void ClassDemo::SetDemoCount |
( |
int |
value | ) |
|
|
inline |
Set the count value.
- Parameters
-
| value | The value to set it to |
Definition at line 71 of file cplusplus_demo.cpp.
The documentation for this class was generated from the following file: