<div dir="ltr">ndnSIM friends,<div><br></div><div>At what point is it appropriate to print the contents of the CS?</div><div><br></div><div>I've tried putting some code to print its contents using iterators (e.g., <br><br>for(auto it = theCS.begin(); it != theCS.end(); ++it)<br>{<br>    cout<<it->getName()<<endl;<br>}</div><div><br></div><div>But this doesn't appear to do anything.  I'm currently putting the code after Simulation::Run() and before Simulation::Destroy();</div><div><br></div><div>Is there somewhere else I should be putting it?  I assumed it would print out all the remaining entries by the time the simulation was done running.  I was apparently wrong.</div><div><br></div><div>Note:  I'm not doing anything special in my custom Policy (e.g., I'm not tracking a secondary table of contents yet.)  - but does this even have anything to do with it?  I assume that items are put in the content store regardless.</div><div><br></div><div>Ideas?</div><div><br></div><div>Thanks,</div><div><br></div><div>John</div></div>