#define WORKAROUND_INNER_CLASS_DEFINITION_QtPrivate__QHashCombine #define WORKAROUND_INNER_CLASS_DEFINITION_QtPrivate__QHashCombineCommutative #include #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( 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( self ); } else { delete self; } }