A platform for high-performance distributed tool and library development written in C++. It can be deployed in two different cluster modes: standalone or distributed. API for v0.5.0, released on June 13, 2018.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
pdb::AbstractHashSet Class Referenceabstract

#include <AbstractHashSet.h>

+ Inheritance diagram for pdb::AbstractHashSet:
+ Collaboration diagram for pdb::AbstractHashSet:

Public Member Functions

virtual std::string getHashSetType ()=0
 
virtual void cleanup ()=0
 
virtual size_t getSize ()=0
 

Detailed Description

Definition at line 35 of file AbstractHashSet.h.

Member Function Documentation

virtual void pdb::AbstractHashSet::cleanup ( )
pure virtual
virtual std::string pdb::AbstractHashSet::getHashSetType ( )
pure virtual
virtual size_t pdb::AbstractHashSet::getSize ( )
pure virtual

The documentation for this class was generated from the following file: