MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / begin

Method begin

FEXCore/include/FEXCore/Utils/IntervalList.h:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 using const_iterator = typename fextl::vector<Interval>::const_iterator;
38
39 const_iterator begin() const {
40 return Intervals.begin();
41 }
42 const_iterator end() const {
43 return Intervals.end();
44 }

Callers 8

EnumParserFunction · 0.45
RightTrimFunction · 0.45
ClaimBufferImplMethod · 0.45
InsertMethod · 0.45
RemoveMethod · 0.45
QueryMethod · 0.45
IntersectMethod · 0.45
ContainsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected