commit | 4ff3c91a16d974d1d2b039811d8b3770d407e5ff | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Jan 03 15:25:02 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jan 09 15:14:04 2014 -0800 |
tree | 1d30b340886514478343accff310cf61b4255157 | |
parent | fa13f8ef252a243476a8900dc41356604378bb84 [diff] [blame] |
data: Add ability to print out information about Data packet using std::ostream Change-Id: I20869cebd259e90f8b69d48758a090a8c31fa34c
diff --git a/include/ndn-cpp/data.hpp b/include/ndn-cpp/data.hpp index 3f0d00b..d25253f 100644 --- a/include/ndn-cpp/data.hpp +++ b/include/ndn-cpp/data.hpp
@@ -273,6 +273,9 @@ wire_ = Block(); } +std::ostream& +operator << (std::ostream &os, const Data &data); + } // namespace ndn #endif