BWAPI
|
#include <CGAL/basic.h>
#include <CGAL/Handle_hash_function.h>
#include <CGAL/Tools/chained_map.h>
#include <cstddef>
Go to the source code of this file.
Classes | |
class | Unique_hash_map< Key_, Data_, UniqueHashFunction > |
class | boost::associative_property_map< CGAL::Unique_hash_map< KeyType, ValueType > > |
Namespaces | |
namespace | boost |
Functions | |
template<typename KeyType , typename ValueType > | |
associative_property_map < CGAL::Unique_hash_map < KeyType, ValueType > > | boost::make_assoc_property_map (CGAL::Unique_hash_map< KeyType, ValueType > &c) |
template<typename KeyType , typename ValueType > | |
ValueType & | boost::get (const associative_property_map< CGAL::Unique_hash_map< KeyType, ValueType > > &uhm, const KeyType &key) |
template<typename KeyType , typename ValueType > | |
void | boost::put (associative_property_map< CGAL::Unique_hash_map< KeyType, ValueType > > &uhm, const KeyType &key, const ValueType &val) |