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

Method clear

include/DataSet.h:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 }
121
122 void clear()
123 {
124 _DataStreams.clear();
125 }
126
127 /** check if an element exists */
128 int countElement(const KeyType &ID, const double Timestamp) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected