commit | 71ff231d942e88e41f8d268b628a28172a7f53e4 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Wed Jul 12 13:32:50 2017 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Wed Jul 12 13:32:50 2017 +0000 |
tree | 9374c77dd6f6b3524c8d37709cd438f818bce620 | |
parent | 8609bf2dccb054e033233e02cb078c8987fbac32 [diff] |
name: reorganize Name class * Categorize class methods. * Make append component methods inline. * Make comparison operators non-member functions. * Improve Doxygen. * Simplify Name::at implementation. * Reorder test cases. * Add test coverage for Name::empty() and iterators. * Make naming convention test case more readable, and move it to TestNameComponent test suite. refs #4171 Change-Id: I5f7deff2535f8265ac4942f892879dd7e56f6414
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
.