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
|
Classes | |
class | JKQTPFinalAct< F > |
C++11 finally construct (executes a callable-object when the edestructor is executed) More... | |
Functions | |
template<class F > | |
JKQTPFinalAct< F > | JKQTPFinally (const F &f) noexcept |
C++11 finally construct (executes a callable-object at the end of a scope) | |
template<class F > | |
JKQTPFinalAct< F > | JKQTPFinally (F &&f) noexcept |
C++11 finally construct (executes a callable-object at the end of a scope) | |
Classes and functions that help to structure the code (e.g. RAII constructs)
|
inlinenoexcept |
C++11 finally construct (executes a callable-object at the end of a scope)
Typical usage:
|
inlinenoexcept |
C++11 finally construct (executes a callable-object at the end of a scope)
Typical usage: