40 std::ostringstream sos;
Base class for print objects. **.
virtual void ToStream(std::ostream &os) const =0
Concrete implementation of the ostream insertion.
virtual ~RosPrintfBase()
Destructor.
std::string & operator<<(std::string &os, const RosPrintfBase &obj)
string insertion
Declaration of class ReventLoop.