JKQTPlotter trunk/v5.0.0
an extensive Qt5+Qt6 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies
|
C++11 finally construct (executes a callable-object when the edestructor is executed) More...
#include <jkqtpcodestructuring.h>
Public Member Functions | |
JKQTPFinalAct (const JKQTPFinalAct &)=delete | |
JKQTPFinalAct (F f) noexcept | |
JKQTPFinalAct (JKQTPFinalAct &&other) noexcept | |
~JKQTPFinalAct () noexcept | |
JKQTPFinalAct & | operator= (const JKQTPFinalAct &)=delete |
Private Attributes | |
F | f_ |
bool | invoke_ |
C++11 finally construct (executes a callable-object when the edestructor is executed)
Typical usage:
|
inlineexplicitnoexcept |
|
inlinenoexcept |
|
delete |
|
inlinenoexcept |
|
delete |
|
private |
|
private |