24 #include <geometry/printable.h> 61 return p.
print(stream);
Fawkes library namespace.
friend std::ostream & operator<<(std::ostream &stream, const Printable &p)
Overloaded <<-operator that calls the print() method of the given Printable object.
virtual ~Printable()
Destructor.
virtual std::ostream & print(std::ostream &stream) const =0
This method is called by the overloaded <<-operator.
Interface class for printable objects.