MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / iterator

Class iterator

extern/json/json.hpp:279–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277
278 /// an iterator for a basic_json container
279 class iterator;
280 /// a const iterator for a basic_json container
281 class const_iterator;
282 /// a reverse iterator for a basic_json container

Callers 5

const_iteratorMethod · 0.70
beginMethod · 0.50
endMethod · 0.50
beginMethod · 0.50
endMethod · 0.50

Calls 3

operator=Function · 0.85
operator++Function · 0.50
operator--Function · 0.50

Tested by

no test coverage detected