MCPcopy Create free account
hub / github.com/TUC-ProAut/libRSF / begin

Method begin

include/DataSet.h:712–715  ·  view source on GitHub ↗

functions for range based for-loops */

Source from the content-addressed store, hash-verified

710
711 /** functions for range based for-loops */
712 auto begin()
713 {
714 return _DataStreams.begin();
715 }
716
717 const auto begin() const
718 {

Callers 15

TuneErrorModelFunction · 0.80
MedianFunction · 0.80
marginalizeStatesMethod · 0.80
getTimeFirstMethod · 0.80
getTimePrevMethod · 0.80
getTimeBelowMethod · 0.80
getTimeCloseToMethod · 0.80
getKeysAllMethod · 0.80
getElementsOfIDMethod · 0.80
getElementsBetweenMethod · 0.80
getUniqueIDsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected