ROSE 0.11.145.147
Public Member Functions | List of all members
Rose::Combinatorics::Hasher::IHasherMaker Class Referenceabstract

Description

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>

Inheritance diagram for Rose::Combinatorics::Hasher::IHasherMaker:
Inheritance graph
[legend]

Public Member Functions

virtual std::shared_ptr< Hashercreate () const =0
 

Constructor & Destructor Documentation

◆ ~IHasherMaker()

virtual Rose::Combinatorics::Hasher::IHasherMaker::~IHasherMaker ( )
inlinevirtual

Definition at line 266 of file Combinatorics.h.

Member Function Documentation

◆ create()

virtual std::shared_ptr< Hasher > Rose::Combinatorics::Hasher::IHasherMaker::create ( ) const
pure virtual

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