commit | d5c48e0e199accec7fb2e364ad98d3d4662f003f | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Jun 24 11:58:14 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jun 25 22:51:29 2015 -0700 |
tree | 3ed8504d4e52c64bba83388fcac25f81b9200b13 | |
parent | 9d158f033cdda77be4ec15967477aa8808490808 [diff] |
encoding: Improving structure and documentation of block helpers This commit add several new helpers to simplify operations with std::string: - prependStringBlock - makeStringBlock - readString The following functions are deprecated and their replacements: - nonNegativeIntegerBlock (use makeNonNegativeIntegerBlock) - prependBooleanBlock (use prependEmptyBlock) - booleanBlock (use makeEmptyBlock) - dataBlock (use makeBinaryBlock) - nestedBlock (use makeNestedBlock) Change-Id: Ic595ae64fc9c80c2c04e5fde1d8812e8b9debd60 Refs: #2951
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
.