Skip to content
Snippets Groups Projects
Commit ddb4b126 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Add Statistics::clear

parent 910e064f
No related branches found
No related tags found
No related merge requests found
...@@ -129,6 +129,12 @@ namespace hpp { ...@@ -129,6 +129,12 @@ namespace hpp {
return bins_.end(); return bins_.end();
} }
/// Remove all element
void clear ()
{
bins_.clear();
}
protected: protected:
/// Constructor /// Constructor
Statistics(); Statistics();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment