PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
Go to the source code of this file.
Classes | |
class | SimpleHashMap< Key, Value, Compare > |
This template class implements an unordered map of keys to data, implemented as a hashtable. More... | |
class | SimpleKeyValuePair< Key, Value > |
Entry in the SimpleHashMap. More... | |
class | SimpleKeyValuePair< Key, std::nullptr_t > |
Specialisation of SimpleKeyValuePair to not waste memory for nullptr_t values. More... | |
Functions | |
template<class Key , class Value , class Compare > | |
std::ostream & | operator<< (std::ostream &out, const SimpleHashMap< Key, Value, Compare > &shm) |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Definition in file simpleHashMap.h.