2015-06-05 15:24:08 -04:00
|
|
|
// Objective-C API for talking to basictypes Go package.
|
|
|
|
// gobind -lang=objc basictypes
|
|
|
|
//
|
|
|
|
// File is generated by gobind. Do not edit.
|
|
|
|
|
2016-12-23 11:18:18 +01:00
|
|
|
#ifndef __Basictypes_H__
|
|
|
|
#define __Basictypes_H__
|
2015-06-05 15:24:08 -04:00
|
|
|
|
2016-09-13 06:11:15 +02:00
|
|
|
@import Foundation;
|
2019-01-26 17:25:49 +00:00
|
|
|
#include "ref.h"
|
2016-12-23 11:18:18 +01:00
|
|
|
#include "Universe.objc.h"
|
2015-06-05 15:24:08 -04:00
|
|
|
|
2016-09-13 06:11:15 +02:00
|
|
|
|
2016-12-23 11:18:18 +01:00
|
|
|
FOUNDATION_EXPORT const BOOL BasictypesABool;
|
|
|
|
FOUNDATION_EXPORT const double BasictypesAFloat;
|
2019-04-12 18:55:54 +00:00
|
|
|
FOUNDATION_EXPORT NSString* _Nonnull const BasictypesALongString;
|
2016-12-23 11:18:18 +01:00
|
|
|
FOUNDATION_EXPORT const int32_t BasictypesARune;
|
2019-04-12 18:55:54 +00:00
|
|
|
FOUNDATION_EXPORT NSString* _Nonnull const BasictypesAString;
|
2016-12-23 11:18:18 +01:00
|
|
|
FOUNDATION_EXPORT const int64_t BasictypesAnInt;
|
|
|
|
FOUNDATION_EXPORT const int64_t BasictypesAnInt2;
|
2015-09-28 15:08:01 -04:00
|
|
|
|
2016-12-23 11:18:18 +01:00
|
|
|
FOUNDATION_EXPORT BOOL BasictypesBool(BOOL p0);
|
2015-06-05 15:24:08 -04:00
|
|
|
|
2019-03-05 15:08:40 +00:00
|
|
|
FOUNDATION_EXPORT NSData* _Nullable BasictypesByteArrays(NSData* _Nullable x);
|
2015-06-05 15:24:08 -04:00
|
|
|
|
2019-04-12 18:55:54 +00:00
|
|
|
FOUNDATION_EXPORT BOOL BasictypesError(NSError* _Nullable* _Nullable error);
|
2015-06-05 15:24:08 -04:00
|
|
|
|
2019-04-12 18:55:54 +00:00
|
|
|
FOUNDATION_EXPORT BOOL BasictypesErrorPair(long* _Nullable ret0_, NSError* _Nullable* _Nullable error);
|
2015-06-05 15:24:08 -04:00
|
|
|
|
2016-12-23 11:18:18 +01:00
|
|
|
FOUNDATION_EXPORT void BasictypesInts(int8_t x, int16_t y, int32_t z, int64_t t, long u);
|
2015-06-05 15:24:08 -04:00
|
|
|
|
|
|
|
#endif
|