#include <plObject.h>
Inheritance diagram for plObject:
Public Member Functions | |
std::string | toString () const |
Returns the object as a string. | |
virtual | ~plObject () |
Destroys the object. | |
Protected Member Functions | |
virtual void | Output (std::ostream &out) const |
Writes the object at the {out} stream. | |
Friends | |
std::ostream & | operator<< (std::ostream &out, const plObject &object) |
Friend classes and methods. |
Definition at line 37 of file plObject.h.