22 #ifndef NDN_CXX_UTIL_INDENTED_STREAM_HPP 
   23 #define NDN_CXX_UTIL_INDENTED_STREAM_HPP 
   63   class StreamBuf : 
public std::stringbuf
 
   66     StreamBuf(std::ostream& os, 
const std::string& indent);
 
   72     std::ostream& m_output;
 
Output to stream with specified indent or prefix.
 
~IndentedStream() override
 
IndentedStream(std::ostream &os, const std::string &indent)