OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Public Types | Public Member Functions | Protected Attributes | List of all members
User Class Referenceabstract

#include <User.h>

Inheritance diagram for User:
Inheritance graph
[legend]

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
 

Detailed Description

Definition at line 31 of file User.h.

Member Typedef Documentation

Definition at line 35 of file User.h.

Constructor & Destructor Documentation

User::User ( )

Definition at line 32 of file User.cpp.

User::~User ( )
virtual

Definition at line 38 of file User.cpp.

Member Function Documentation

ID_t User::get_Id ( ) const
inline

Definition at line 46 of file User.h.

References Id.

Referenced by UserList::checkinUser(), and UserList::checkoutUser().

virtual void User::notifyUserOfDelete ( UserList )
pure virtual

Member Data Documentation

ID_t User::Id
protected

Definition at line 58 of file User.h.

Referenced by get_Id().


The documentation for this class was generated from the following files: