MeshProtocolSimulator  1.0.0
Public Member Functions | List of all members
Printable Class Referenceabstract

Public Member Functions

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...
 

Member Function Documentation

◆ 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
pPrinting stream.
Returns
Should to returns count of successfully written bytes (characters).

The documentation for this class was generated from the following file: