MCPcopy Create free account
hub / github.com/CleverRaven/Cataclysm-DDA / get_iterator_from_pointer

Method get_iterator_from_pointer

src/item_stack.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72item_stack::iterator item_stack::get_iterator_from_pointer( item *it )
73{
74 return items->get_iterator_from_pointer( it );
75}
76
77item_stack::iterator item_stack::get_iterator_from_index( size_t idx )
78{

Callers 7

serializeMethod · 0.80
add_itemMethod · 0.80
remove_itemMethod · 0.80
i_remMethod · 0.80
make_activeMethod · 0.80
process_map_itemsFunction · 0.80
colony_test.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected