OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include <User.h>
Public Types | |
typedef Unique::type | ID_t |
Public Member Functions | |
User () | |
virtual | ~User () |
ID_t | get_Id () const |
virtual void | notifyUserOfDelete (UserList *)=0 |
Protected Attributes | |
ID_t | Id |
typedef Unique::type User::ID_t |
|
inline |
Definition at line 46 of file User.h.
References Id.
Referenced by UserList::checkinUser(), and UserList::checkoutUser().
|
pure virtual |
Implemented in RegionLayout< T, Dim, MeshType >, RegionLayout< T, Dim, UniformCartesian< Dim, T > >, ParticleSpatialLayout< T, Dim, Mesh, CachingPolicy >, ParticleSpatialLayout< T, Dim, UniformCartesian< Dim, T > >, SIndex< Dim >, Field< T, Dim, M, C >, Field< double, 3, Mesh_t, Center_t >, Field< Vector_t, 3, Mesh_t, Center_t >, Field< T, Dim, M, C >, BareField< T, Dim >, BareField< T1, D >, and BareField< Vektor< double, Dim >, Dim >.