Arduino Core for STM32
1.0
Printable.h
Go to the documentation of this file.
1
28
#ifndef Printable_h
29
#define Printable_h
30
31
class
Print
;
32
33
class
Printable
{
34
public
:
40
virtual
size_t
printTo
(
Print
& p)
const
= 0;
41
};
42
43
#endif
Printable::printTo
virtual size_t printTo(Print &p) const =0
Override this method in derived class, to make it printable.
Printable
Definition:
Printable.h:33
Print
The stream class is derived from this class. This class contains methods, that are used for to print ...
Definition:
Print.h:130
src
Streams
Inc
Printable.h
Generated on Fri Sep 1 2023 10:27:24 for Arduino Core for STM32 by
1.8.17