commit | c2b8d240cfe417ccc54d1d82c8b1ad354e0d9857 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Tue Nov 04 08:35:29 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Nov 05 10:23:10 2014 -0800 |
tree | 708c5d769f3f48df325d4d5ec4e1aa4c89b1c24e | |
parent | cf69818ae5cd6f117ee83e9bbd71d2b7dbe86e7a [diff] |
base: ensure Element::Error inherits from tlv::Error Adding static asserts to ensure (Name|name::Component|Interest| Selectors|Exclude|KeyLocator|Data|MetaInfo|Signature|SignatureInfo) ::Error are subclasses of tlv::Error. This commit also adds WireEncodable and WireDecodable concept checks to Name,name::Component,Interest,Selectors,Exclude,KeyLocator,Data, MetaInfo,SignatureInfo types. This commit also moves definition of Selectors method into .cpp. refs #1983 Change-Id: I15220b93437d4a624ae09df66defc91ceac2386c
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
.