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