2015-06-05 19:24:08 +00: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 10:18:18 +00:00
|
|
|
#ifndef __Basictypes_H__
|
|
|
|
#define __Basictypes_H__
|
2015-06-05 19:24:08 +00:00
|
|
|
|
2016-09-13 04:11:15 +00:00
|
|
|
@import Foundation;
|
2016-12-23 10:18:18 +00:00
|
|
|
#include "Universe.objc.h"
|
2015-06-05 19:24:08 +00:00
|
|
|
|
2016-09-13 04:11:15 +00:00
|
|
|
|
2016-12-23 10:18:18 +00:00
|
|
|
FOUNDATION_EXPORT const BOOL BasictypesABool;
|
|
|
|
FOUNDATION_EXPORT const double BasictypesAFloat;
|
|
|
|
FOUNDATION_EXPORT NSString* const BasictypesALongString;
|
|
|
|
FOUNDATION_EXPORT const int32_t BasictypesARune;
|
|
|
|
FOUNDATION_EXPORT NSString* const BasictypesAString;
|
|
|
|
FOUNDATION_EXPORT const int64_t BasictypesAnInt;
|
|
|
|
FOUNDATION_EXPORT const int64_t BasictypesAnInt2;
|
2015-09-28 19:08:01 +00:00
|
|
|
|
2016-12-23 10:18:18 +00:00
|
|
|
FOUNDATION_EXPORT BOOL BasictypesBool(BOOL p0);
|
2015-06-05 19:24:08 +00:00
|
|
|
|
2016-12-23 10:18:18 +00:00
|
|
|
FOUNDATION_EXPORT NSData* BasictypesByteArrays(NSData* x);
|
2015-06-05 19:24:08 +00:00
|
|
|
|
2016-12-23 10:18:18 +00:00
|
|
|
FOUNDATION_EXPORT BOOL BasictypesError(NSError** error);
|
2015-06-05 19:24:08 +00:00
|
|
|
|
2016-12-23 10:18:18 +00:00
|
|
|
FOUNDATION_EXPORT BOOL BasictypesErrorPair(long* ret0_, NSError** error);
|
2015-06-05 19:24:08 +00:00
|
|
|
|
2016-12-23 10:18:18 +00:00
|
|
|
FOUNDATION_EXPORT void BasictypesInts(int8_t x, int16_t y, int32_t z, int64_t t, long u);
|
2015-06-05 19:24:08 +00:00
|
|
|
|
|
|
|
#endif
|