miqt/qt/gen_qhashfunctions.cpp

33 lines
1.1 KiB
C++

#define WORKAROUND_INNER_CLASS_DEFINITION_QtPrivate__QHashCombine
#define WORKAROUND_INNER_CLASS_DEFINITION_QtPrivate__QHashCombineCommutative
#include <qhashfunctions.h>
#include "gen_qhashfunctions.h"
#include "_cgo_export.h"
void QtPrivate__QHashCombine_new(QtPrivate__QHashCombine** outptr_QtPrivate__QHashCombine) {
QtPrivate::QHashCombine* ret = new QtPrivate::QHashCombine();
*outptr_QtPrivate__QHashCombine = ret;
}
void QtPrivate__QHashCombine_Delete(QtPrivate__QHashCombine* self, bool isSubclass) {
if (isSubclass) {
delete dynamic_cast<QtPrivate::QHashCombine*>( self );
} else {
delete self;
}
}
void QtPrivate__QHashCombineCommutative_new(QtPrivate__QHashCombineCommutative** outptr_QtPrivate__QHashCombineCommutative) {
QtPrivate::QHashCombineCommutative* ret = new QtPrivate::QHashCombineCommutative();
*outptr_QtPrivate__QHashCombineCommutative = ret;
}
void QtPrivate__QHashCombineCommutative_Delete(QtPrivate__QHashCombineCommutative* self, bool isSubclass) {
if (isSubclass) {
delete dynamic_cast<QtPrivate::QHashCombineCommutative*>( self );
} else {
delete self;
}
}