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
|
this class ensures that the given pointer is freed when the class is destroyed. More...
#include <jkqtparraytools.h>
Public Member Functions | |
JKQTPArrayScopedPointer () | |
JKQTPArrayScopedPointer (const JKQTPArrayScopedPointer &other) | |
JKQTPArrayScopedPointer (T *pnt) | |
~JKQTPArrayScopedPointer () | |
T * | data () const |
T & | operator* () const |
T * | operator-> () const |
JKQTPArrayScopedPointer< T > & | operator= (const JKQTPArrayScopedPointer< T > &p) |
JKQTPArrayScopedPointer< T > & | operator= (T *p) |
T & | operator[] (long long i) |
const T & | operator[] (long long i) const |
Private Attributes | |
T * | pntr |
this class ensures that the given pointer is freed when the class is destroyed.
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |