view dstep/foundation/NSDecimalNumber_bindings.d @ 16:19885b43130e

Huge update, the bridge actually works now
author Jacob Carlborg <doob@me.com>
date Sun, 03 Jan 2010 22:06:11 +0100
parents 89f3c3ef1fd2
children
line wrap: on
line source

module dstep.foundation.NSDecimalNumber_bindings;

import dstep.foundation.NSDecimal;
import dstep.foundation.NSDictionary;
import dstep.foundation.NSScanner;
import dstep.foundation.NSValue;
import dstep.objc.bridge.Bridge;
import dstep.objc.objc;

extern (C)
{
	extern
	{
		package const id NSDecimalNumberExactnessException;
		package const id NSDecimalNumberOverflowException;
		package const id NSDecimalNumberUnderflowException;
		package const id NSDecimalNumberDivideByZeroException;
	}
}