#include <Hash.h>
Simple abstract factory interface. Subclass this and create a factory if you want to control how Hash objects are created.
Definition at line 57 of file Hash.h.
Definition at line 60 of file Hash.h.
Opportunity to make any static cleanup calls you need to make. will only be called at the end of the application.
Definition at line 77 of file Hash.h.
Factory method. Returns hash implementation.
Opportunity to make any static initialization calls you need to make. Will only be called once.
Definition at line 71 of file Hash.h.