14 #ifndef DCHASHGENERATOR_H 15 #define DCHASHGENERATOR_H 28 void add_int(
int num);
29 void add_string(
const std::string &str);
30 void add_blob(
const vector_uchar &bytes);
32 unsigned long get_hash()
const;
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This class generates an arbitrary hash number from a sequence of ints.