MCPcopy Create free account
hub / github.com/ai-techsystems/deepC / end

Method end

include/graph/graph.h:216–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214 inline void next(const graph *ref) { ++pos; }
215 inline void begin(const graph *ref) { pos = 0; }
216 inline void end(const graph *ref) { pos = ref->_nodes.size(); }
217 inline node *&get(graph *ref) { return ref->_nodes[pos]; }
218 inline const node *get(const graph *ref) { return ref->_nodes[pos]; }
219 inline bool cmp(const node_iter &s) const { return pos != s.pos; }

Callers 2

destroyMethod · 0.45
findNodesWithIOMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected