ROSE 0.11.145.141
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 263 of file Combinatorics.h.

#include <roseSupport/Combinatorics.h>

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

Public Member Functions

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

Constructor & Destructor Documentation

◆ ~IHasherMaker()

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

Definition at line 267 of file Combinatorics.h.

Member Function Documentation

◆ create()

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

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