MFEM
v3.2
Finite element discretization library
|
#include <hash.hpp>
Public Member Functions | |
Hashed2 () | |
Hashed2 (int id) | |
Public Attributes | |
int | id |
int | p1 |
int | p2 |
Derived * | next |
A concept for items that should be used in HashTable and be accessible by hashing two IDs.
NOTE: the CRTP pattern is needed for correct pointer arithmetic if the derived class uses multiple inheritance.
|
inline |
|
inline |
int mfem::Hashed2< Derived >::id |
Derived* mfem::Hashed2< Derived >::next |
int mfem::Hashed2< Derived >::p1 |
int mfem::Hashed2< Derived >::p2 |