MCPcopy Create free account
hub / github.com/bgrimstad/splinter / cbegin

Method cbegin

src/datatable.cpp:155–158  ·  view source on GitHub ↗

* Getters for iterators */

Source from the content-addressed store, hash-verified

153 * Getters for iterators
154 */
155std::multiset<DataPoint>::const_iterator DataTable::cbegin() const
156{
157 return samples.cbegin();
158}
159
160std::multiset<DataPoint>::const_iterator DataTable::cend() const
161{

Callers 7

operator==Function · 0.80
loadFromFileMethod · 0.80
operator+Function · 0.80
operator-Function · 0.80
getSamplePointValuesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected