LibrePCB Developers Documentation
|
#include "ffi.h"
Namespaces | |
namespace | librepcb |
namespace | librepcb::rs |
Functions | |
std::size_t | ffi_qbytearray_len (const QByteArray *obj) |
const uint8_t * | ffi_qbytearray_data (const QByteArray *obj) |
uint8_t * | ffi_qbytearray_data_mut (QByteArray *obj) |
void | ffi_qbytearray_resize (QByteArray *obj, std::size_t len, uint8_t value) |
QString * | ffi_qstring_new (const char *s) |
uintptr_t | ffi_qstring_len (const QString *obj) |
const uint16_t * | ffi_qstring_utf16 (const QString *obj) |
void | ffi_qstring_set (QString *obj, const char *s, std::size_t len) |