commit | cc35cd40676d50b4f4e68c65939e38bdb3799fce | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Tue Aug 20 12:23:14 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Tue Aug 20 12:23:14 2013 -0700 |
tree | 469414fa6663bf78fc01940b22717d79726ad595 | |
parent | dc461ab3037da0bf9de5d43732c09e4df2a3d93b [diff] [blame] |
Added match
diff --git a/ndn-cpp/name.hpp b/ndn-cpp/name.hpp index 5c6754a..42269e4 100644 --- a/ndn-cpp/name.hpp +++ b/ndn-cpp/name.hpp
@@ -174,6 +174,8 @@ components_.push_back(Component()); components_.back().setSegment(segment); } + + bool match(const Name &name); private: std::vector<Component> components_;