Hi ndnSim friends,<div id="yMail_cursorElementTracker_1498253493213"><br></div><div id="yMail_cursorElementTracker_1498253496259">I am trying to create a custom strategy that keeps state and I need some help.</div><div id="yMail_cursorElementTracker_1498254089382"><br></div><div id="yMail_cursorElementTracker_1498253648766">Going through the access-strategy in the ndnSim package, I'm a bit confused about how some of the data structures declared in the <span style="font-family: sans-serif;" id="yMail_cursorElementTracker_1498253674336">access-strategy.</span>hpp are initialized.</div><div id="yMail_cursorElementTracker_1498253682074"><br></div><div id="yMail_cursorElementTracker_1498253683092">For example an unordered_map is defined called "m_fit" that maps FaceId to FaceInfo (class defined in the .hpp file) but in the <span id="yMail_cursorElementTracker_1498253906019" style="font-family: sans-serif;">access-strategy.cpp file, only access actions are performed on "m_fit" (which is performed twice). </span></div><div id="yMail_cursorElementTracker_1498253683092"><font face="sans-serif" id="yMail_cursorElementTracker_1498254119046"><br></font></div><div id="yMail_cursorElementTracker_1498253683092"><font face="sans-serif" id="yMail_cursorElementTracker_1498254017510">I'm confused on how this map was initialised or its values set. <br></font><div id="ymail_android_signature">I think understanding the process is important for my programming and I will be glad for any help.</div><div id="yMail_cursorElementTracker_1498254177053"><br></div><div id="yMail_cursorElementTracker_1498254177175">Thanks,</div><div id="yMail_cursorElementTracker_1498254188213"><br></div><div id="yMail_cursorElementTracker_1498254188388">Johnson</div></div>