view dstep/corefoundation/CoreFoundation.d @ 11:07194b026fa4

Added bindings to a couple of frameworks, new license + some other things
author Jacob Carlborg <doob@me.com>
date Sat, 01 Aug 2009 15:03:28 +0200
parents
children
line wrap: on
line source

/**
 * Copyright: Copyright (c) 2009 Jacob Carlborg.
 * Authors: Jacob Carlborg
 * Version: Initial created: Jul 12, 2009 
 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0)
 */
module dstep.corefoundation.CoreFoundation;

public:

//import dstep.assert;
import dstep.corefoundation.CFArray;
import dstep.corefoundation.CFAttributedString;
import dstep.corefoundation.CFBag;
import dstep.corefoundation.CFBase;
import dstep.corefoundation.CFBinaryHeap;
import dstep.corefoundation.CFBitVector;
import dstep.corefoundation.CFBundle;
import dstep.corefoundation.CFByteOrder;
import dstep.corefoundation.CFCalendar;
import dstep.corefoundation.CFCharacterSet;
import dstep.corefoundation.CFData;
import dstep.corefoundation.CFDate;
import dstep.corefoundation.CFDateFormatter;
import dstep.corefoundation.CFDictionary;
import dstep.corefoundation.CFError;
import dstep.corefoundation.CFFileDescriptor;
import dstep.corefoundation.CFLocale;
import dstep.corefoundation.CFMachPort;
import dstep.corefoundation.CFMessagePort;
import dstep.corefoundation.CFNotificationCenter;
import dstep.corefoundation.CFNumber;
import dstep.corefoundation.CFNumberFormatter;
import dstep.corefoundation.CFPlugIn;
import dstep.corefoundation.CFPreferences;
import dstep.corefoundation.CFPropertyList;
import dstep.corefoundation.CFRunLoop;
import dstep.corefoundation.CFSet;
import dstep.corefoundation.CFSocket;
import dstep.corefoundation.CFStream;
import dstep.corefoundation.CFString;
import dstep.corefoundation.CFStringEncodingExt;
import dstep.corefoundation.CFStringTokenizer;
import dstep.corefoundation.CFTimeZone;
import dstep.corefoundation.CFTree;
import dstep.corefoundation.CFURL;
import dstep.corefoundation.CFURLAccess;
import dstep.corefoundation.CFUUID;
import dstep.corefoundation.CFUserNotification;
import dstep.corefoundation.CFXMLNode;
import dstep.corefoundation.CFXMLParser;
/*import dstep.ctype;
import dstep.errno;
import dstep.float;
import dstep.inttypes;
import dstep.limits;
import dstep.locale;
import dstep.math;
import dstep.objc.bridge.Bridge;
import dstep.objc.objc : id;
import dstep.setjmp;
import dstep.signal;
import dstep.stdarg;
import dstep.stdbool;
import dstep.stddef;
import dstep.stdint;
import dstep.stdio;
import dstep.stdlib;
import dstep.string;
import dstep.sys.types;
import dstep.time;*/