#include <User.h>
Inheritance diagram for User:
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 |
Definition at line 31 of file User.h.
|
|
|
|
|
|
|
Reimplemented in RegionLayout< T, Dim, MeshType >, and RegionLayout< T, Dim, Mesh >. Definition at line 46 of file User.h. References Id. Referenced by assign(). |
|
|
Definition at line 58 of file User.h. Referenced by get_Id(). |