22 std::string::const_iterator si;
23 for (si = str.begin(); si != str.end(); ++si) {
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
void add_string(const std::string &str)
Adds a string to the hash, by breaking it down into a sequence of integers.
void add_int(long num)
Adds another integer to the hash so far.