NAGASH 0.9.8
Next Generation Analysis System
|
Used to call MSGTool::EndTitle() automatically. More...
#include <MSGTool.h>
Public Member Functions | |
MSGTitleGuard ()=delete | |
MSGTitleGuard (const MSGTitleGuard &)=delete | |
MSGTitleGuard (MSGTitleGuard &&)=delete | |
~MSGTitleGuard () | |
MSGTitleGuard & | operator= (const MSGTitleGuard &)=delete |
MSGTitleGuard & | operator= (MSGTitleGuard &&)=delete |
Private Member Functions | |
MSGTitleGuard (std::shared_ptr< MSGTool > tempmsg) | |
Private Attributes | |
std::shared_ptr< MSGTool > | msg |
Friends | |
class | MSGTool |
Used to call MSGTool::EndTitle() automatically.
When you must call MSGTool::StartTitleWithGuard like
the EndTitle() will be called automatically when titleguard destructed.
|
inlineprivate |
|
delete |
|
delete |
|
delete |
|
delete |
|
delete |
|
private |