#include #include "gen_qvarlengtharray.h" #ifndef _Bool #define _Bool bool #endif #include "_cgo_export.h" ptrdiff_t QVLABaseBase_Capacity(const QVLABaseBase* self) { QVLABaseBase::size_type _ret = self->capacity(); return static_cast(_ret); } ptrdiff_t QVLABaseBase_Size(const QVLABaseBase* self) { QVLABaseBase::size_type _ret = self->size(); return static_cast(_ret); } bool QVLABaseBase_Empty(const QVLABaseBase* self) { return self->empty(); }