Printer¶
Printer class¶
Example class used in documentation example.
A more detailed description of the file can be found here.
- Author
- Christian Ponte
- Date
- 16/02/2018
-
class
Printer - #include <Printer.h>
Printer test class.
A more detailed description.
Public Functions
-
Printer(int id) Initializes the function and prints a message.
More detailed constructor description.
- Return
- The class instance.
- Parameters
id: The printer id.
Private Members
-
int
id Printer id.
-