Maze Builder Docs 6.7.5
Loading...
Searching...
No Matches
hash_funcs.h File Reference
#include <functional>
#include <memory>
#include <tuple>
#include <utility>
Include dependency graph for hash_funcs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mazes::uni_hash
 A hash function object for a single value. More...
 
class  mazes::pair_hash
 Hashing function to store a block's (x, z) position. More...
 
class  mazes::tri_hash
 Hashing function to store a block's (x, y, z) position. More...
 
class  mazes::weak_ptr_hash
 Hashing function to store a weak_ptr. More...
 

Namespaces

namespace  mazes
 Namespace for the maze builder.