OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
User Class Referenceabstract

#include <User.h>

Inheritance diagram for User:
Collaboration 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

Detailed Description

Definition at line 31 of file User.h.

Member Typedef Documentation

◆ ID_t

Definition at line 35 of file User.h.

Constructor & Destructor Documentation

◆ User()

User::User ( )

Definition at line 32 of file User.cpp.

References Id.

◆ ~User()

User::~User ( )
virtual

Definition at line 38 of file User.cpp.

Member Function Documentation

◆ get_Id()

ID_t User::get_Id ( ) const
inline

Definition at line 46 of file User.h.

References Id.

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

◆ notifyUserOfDelete()

Member Data Documentation

◆ Id

ID_t User::Id
protected

Definition at line 58 of file User.h.

Referenced by get_Id(), and User().


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