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

Method rend

ogsr_engine/xrCore/buffer_vector_inline.h:278–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276inline typename buffer_vector_specialized::const_reverse_iterator buffer_vector_specialized::rbegin() const { return (const_reverse_iterator(end())); }
277
278TEMPLATE_SPECIALIZATION
279inline typename buffer_vector_specialized::reverse_iterator buffer_vector_specialized::rend() { return (reverse_iterator(begin())); }
280
281TEMPLATE_SPECIALIZATION
282inline typename buffer_vector_specialized::const_reverse_iterator buffer_vector_specialized::rend() const { return (const_reverse_iterator(begin())); }

Callers 15

UpdateSpotMethod · 0.80
UpdateTasksMethod · 0.80
UpdateMethod · 0.80
OnMouseMethod · 0.80
HasChildMouseHandlerMethod · 0.80
OnKeyboardMethod · 0.80
OnKeyboardHoldMethod · 0.80
GetChildMouseHandlerMethod · 0.80
MoveSelectedUpMethod · 0.80
RecalcSizeMethod · 0.80
LoadNewsMethod · 0.80
applyMethod · 0.80

Calls 1

beginFunction · 0.70

Tested by

no test coverage detected