MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / rbegin

Method rbegin

ogsr_engine/xrCore/buffer_vector_inline.h:272–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270TEMPLATE_SPECIALIZATION
271inline typename buffer_vector_specialized::const_iterator buffer_vector_specialized::end() const { return (m_end); }
272TEMPLATE_SPECIALIZATION
273inline typename buffer_vector_specialized::reverse_iterator buffer_vector_specialized::rbegin() { return (reverse_iterator(end())); }
274
275TEMPLATE_SPECIALIZATION
276inline typename buffer_vector_specialized::const_reverse_iterator buffer_vector_specialized::rbegin() const { return (const_reverse_iterator(end())); }

Callers 15

UpdateSpotMethod · 0.80
UpdateTasksMethod · 0.80
UpdateMethod · 0.80
GetRankAsTextMethod · 0.80
GetReputationAsTextMethod · 0.80
GetGoodwillAsTextMethod · 0.80
OnMouseMethod · 0.80
HasChildMouseHandlerMethod · 0.80
OnKeyboardMethod · 0.80
OnKeyboardHoldMethod · 0.80
GetChildMouseHandlerMethod · 0.80
MoveSelectedUpMethod · 0.80

Calls 1

endFunction · 0.70

Tested by

no test coverage detected