JsonParserGeneratorRK
Public Member Functions
Printable Class Referenceabstract

The Printable class provides a way for new classes to allow themselves to be printed. More...

#include <spark_wiring_printable.h>

Public Member Functions

virtual size_t printTo (Print &p) const =0
 Print a textual representation of the class to a Print object. More...
 

Detailed Description

The Printable class provides a way for new classes to allow themselves to be printed.

By deriving from Printable and implementing the printTo method, it will then be possible for users to print out instances of this class by passing them into the usual Print::print and Print::println methods.

Member Function Documentation

◆ printTo()

virtual size_t Printable::printTo ( Print p) const
pure virtual

Print a textual representation of the class to a Print object.

Parameters
pThe Print object to print to

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