Panda3D
Classes | Functions
simpleHashMap.h File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "pandabase.h"
#include "pvector.h"
#include "config_putil.h"
#include "simpleHashMap.I"

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)
 

Detailed Description

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."

Author
drose
Date
2007-07-19

Definition in file simpleHashMap.h.