CluE
1.0
|
Count distinct elements in a stream using a std::set (for debugging) More...
#include <distinctelementsprimitive.h>
Public Member Functions | |
DistinctElementsPrimitive (unsigned long long sizeOfUniverse, double eps, std::function< HashFunction< U, H > *(unsigned long long sizeOfHashingSpace)> hashfunctionCreator) | |
~DistinctElementsPrimitive () | |
DistinctElementsPrimitive< U, H > & | operator<< (U const &element) |
unsigned long long | numberOfDistinctElements () |
Private Attributes | |
std::set< U > | elements |
Count distinct elements in a stream using a std::set (for debugging)
Definition at line 15 of file distinctelementsprimitive.h.
|
inline |
Definition at line 19 of file distinctelementsprimitive.h.
|
inline |
Definition at line 24 of file distinctelementsprimitive.h.
DistinctElementsPrimitive< U, H > & CluE::DistinctElementsPrimitive< U, H >::operator<< | ( | U const & | element | ) |
Definition at line 36 of file distinctelementsprimitive.h.
unsigned long long CluE::DistinctElementsPrimitive< U, H >::numberOfDistinctElements | ( | ) |
Definition at line 42 of file distinctelementsprimitive.h.
|
private |
Definition at line 33 of file distinctelementsprimitive.h.