5#ifndef JAWSMAKO_HASHABLE
6#define JAWSMAKO_HASHABLE
41 %apply
unsigned long long &OUTPUT {
uint64 &
hash };
Simple interface to provide a consistent hashing method for Mako objects.
Definition hashable.h:25
virtual uint64 hash() const
Obtain a 64-bit hash of the receiving object.
Definition hashable.h:33
virtual ~IHashable()
Definition hashable.h:27
virtual void updateHash(uint64 &hash) const =0
Update the given hash to include the receiver.
unsigned long long uint64
Definition edltypes.h:35
Definition apexcustompostprocess.h:17