|
virtual size_t | printTo (printStream &p) const =0 |
| Override this method in derived class, to make it printable. You should to call p.print() or p.println() methods inside this method. More...
|
|
◆ printTo()
virtual size_t Printable::printTo |
( |
printStream & |
p | ) |
const |
|
pure virtual |
Override this method in derived class, to make it printable. You should to call p.print() or p.println() methods inside this method.
- Parameters
-
- Returns
- Should to returns count of successfully written bytes (characters).
The documentation for this class was generated from the following file: