MCPcopy Create free account
hub / github.com/doldecomp/mkdd / end

Method end

include/JSystem/JGadget/linklist.h:153–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151 const_iterator begin() const { return this->oNode_.getNext(); }
152
153 iterator end() {return &this->oNode_; }
154 const_iterator end() const { return &this->oNode_; }
155
156private:

Callers 3

FindMethod · 0.95
ConfirmMethod · 0.95
pop_backMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected