commit | 81a6c5dea60cea97c60dab0d78576c0d3b4e29ed | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Sun Nov 30 00:14:42 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Jan 12 16:19:47 2015 -0500 |
tree | 4eda9b90dc34c6dd18a258c45bee7e27f647bf82 | |
parent | 316ea71a70ccbf884bd88920e3e6db59f9639297 [diff] |
encoding: ensure Block is move constructible and assignable This commit also reorganizes function declarations in Block class, and moves definition of some long functions into .cpp. refs #2234 Change-Id: I2d13424b9a18fc4000af4f7350e623da9a031636
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: http://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
.