commit | 37527d624fbca039ab46c1c4a36da6962590751e | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Wed Aug 21 11:15:54 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Wed Aug 21 11:15:54 2013 -0700 |
tree | ec3af01ee4051d00a4941a8a38d3c8fe5b6766d3 | |
parent | ec7789ab11160d7531f14f170acd9b645859e2ab [diff] [blame] |
Added Exclude toUri.
diff --git a/ndn-cpp/interest.hpp b/ndn-cpp/interest.hpp index 149c606..c27af5b 100644 --- a/ndn-cpp/interest.hpp +++ b/ndn-cpp/interest.hpp
@@ -107,6 +107,12 @@ entries_.clear(); } + /** + * Encode this Exclude with elements separated by "," and ndn_Exclude_ANY shown as "*". + * @return the URI string + */ + std::string toUri() const; + private: std::vector<ExcludeEntry> entries_; };