miqt/qt6/gen_qscopedpointer.h

32 lines
689 B
C
Raw Normal View History

#pragma once
#ifndef MIQT_QT6_GEN_QSCOPEDPOINTER_H
#define MIQT_QT6_GEN_QSCOPEDPOINTER_H
2024-10-20 18:21:03 +13:00
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#include "../libmiqt/libmiqt.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
class QScopedPointerPodDeleter;
#else
typedef struct QScopedPointerPodDeleter QScopedPointerPodDeleter;
#endif
2025-02-01 13:45:16 +13:00
void QScopedPointerPodDeleter_cleanup(void* pointer);
void QScopedPointerPodDeleter_operatorCall(const QScopedPointerPodDeleter* self, void* pointer);
void QScopedPointerPodDeleter_delete(QScopedPointerPodDeleter* self);
2024-10-20 18:21:03 +13:00
#ifdef __cplusplus
} /* extern C */
2025-02-01 13:45:16 +13:00
#endif
2024-10-20 18:21:03 +13:00
#endif