ROSE 0.11.145.275
|
Common subclass all the classes that construct Hashers.
This is for the HasherFactory.
Actually, there is only one (templated) class that makes Hashers. HasherMaker does it all.
Definition at line 264 of file Combinatorics.h.
#include <roseSupport/Combinatorics.h>
Public Member Functions | |
virtual std::shared_ptr< Hasher > | create () const =0 |
|
inlinevirtual |
Definition at line 267 of file Combinatorics.h.
|
pure virtual |
Implemented in Rose::Combinatorics::Hasher::HasherMaker< T >.