[ndnSIM] Delete a pitEntry (not so easy as it seems to be)

Natalya Rozhnova rozhnova.natalya at gmail.com
Thu Dec 10 03:02:26 PST 2015


Hi all,

It's me again. :)
The task I want to perform is to iterate in the Pit in order to find some
interesting entries and delete them.
I just discovered that the Pit iterators return const nfd::pit::Entry& but
the function erase takes shared_ptr<pit::Entry> as parameter. I can't
create the shared_ptr with make_shared because the class is protected by
"noncopyable". So I can't delete the entries I want by iterating in the
pit...
Is there any other way to do it?

Thanks in advance.
Best,
Natalya
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20151210/76d9743e/attachment.html>


More information about the ndnSIM mailing list