22 #ifndef NDN_UTIL_INDENTED_STREAM_HPP 23 #define NDN_UTIL_INDENTED_STREAM_HPP 63 class StreamBuf :
public std::stringbuf
66 StreamBuf(std::ostream& os,
const std::string& indent);
72 std::ostream& m_output;
82 #endif // NDN_UTIL_INDENTED_STREAM_HPP Copyright (c) 2013-2017 Regents of the University of California.
~IndentedStream() override
IndentedStream(std::ostream &os, const std::string &indent)
Output to stream with specified indent or prefix.