Printable Class Referenceabstract
#include <Printable.h>
Inheritance diagram for Printable:
Public Member Functions | |
Printable () | |
Printable (const Printable &)=delete | |
Printable (Printable &&)=delete | |
Printable & | operator= (const Printable &)=delete |
Printable & | operator= (Printable &&)=delete |
virtual | ~Printable () |
virtual size_t | printTo (Print &p) const =0 |
Constructor & Destructor Documentation
◆ Printable() [1/3]
|
inline |
◆ Printable() [2/3]
|
delete |
◆ Printable() [3/3]
|
delete |
◆ ~Printable()
|
inlinevirtual |
Member Function Documentation
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ printTo()
|
pure virtual |
Implemented in Storage::Disk::PartInfo, Storage::Partition::Info, and Ssl::Connection.
The documentation for this class was generated from the following file: