|
Samchon Framework for CPP
1.0.0
|
A keeper blocking destrunction of User and Client. More...
#include <ServiceKeeper.hpp>

Public Member Functions | |
| ServiceKeeper (const User *user, const Client *client) | |
| Construct from User and Client. More... | |
| ServiceKeeper (const ServiceKeeper &) | |
| Copy Constructor. More... | |
| ServiceKeeper (ServiceKeeper &&) | |
| Movie Constructor. More... | |
Private Attributes | |
| SmartPointer< User > | user |
| A shared pionter of an User. More... | |
| SmartPointer< Client > | client |
| A shared pointer of a Client. More... | |
A keeper blocking destrunction of User and Client.
Keeps User, Client and Service objects until termination of a stack.
You can prevent the object to be destructed until the method is in a process. User, Client and Service provides a macro instruction for it.
Definition at line 35 of file ServiceKeeper.hpp.
| ServiceKeeper::ServiceKeeper | ( | const ServiceKeeper & | pair | ) |
| ServiceKeeper::ServiceKeeper | ( | ServiceKeeper && | pair | ) |
|
private |
A shared pionter of an User.
Definition at line 41 of file ServiceKeeper.hpp.
Referenced by ServiceKeeper().
|
private |
A shared pointer of a Client.
Definition at line 46 of file ServiceKeeper.hpp.
Referenced by ServiceKeeper().