commit | db7464d93b38d01c8c8b42512870eba982969874 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Thu Jul 13 03:11:17 2017 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Thu Jul 13 03:11:17 2017 +0000 |
tree | c45c1168a33db81cd4211215b6ee2d69f6115a1c | |
parent | bb8d4a31c34362905344fa880ecf30a267486a0d [diff] |
encoding: reorganize Block class code * Improve Doxygen. * Consolidate and simplify constructors. * Reorder class methods in cpp file to match hpp. * Make operator== and operator!= non-member functions. * Improve exception messages. * Update code style. refs #4171 Change-Id: I4cc0393f43a24a500b0efff90108ad1b42f5fa47
ndn-cxx is a C++ library, implementing Named Data Networking (NDN) primitives that can be used to implement various NDN applications. The library is currently being used as part of the following projects:
See the file docs/INSTALL.rst
for build and install instructions.
Please submit any bugs or issues to the ndn-cxx issue tracker: https://redmine.named-data.net/projects/ndn-cxx/issues
Extensive documentation of the library is available on the library's homepage: http://www.named-data.net/doc/ndn-cxx/
ndn-cxx is an open source project licensed under LGPL 3.0 license. For more information about the license, refer to COPYING.md
.