[Swift-commit] r2466 - trunk/docs

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Wed Jan 28 08:50:23 CST 2009


Author: benc
Date: 2009-01-28 08:50:22 -0600 (Wed, 28 Jan 2009)
New Revision: 2466

Added:
   trunk/docs/type-hierarchy.fig
   trunk/docs/type-hierarchy.png
Modified:
   trunk/docs/userguide.xml
Log:
diagram of type hierarchy

Added: trunk/docs/type-hierarchy.fig
===================================================================
--- trunk/docs/type-hierarchy.fig	                        (rev 0)
+++ trunk/docs/type-hierarchy.fig	2009-01-28 14:50:22 UTC (rev 2466)
@@ -0,0 +1,29 @@
+#FIG 3.2  Produced by xfig version 3.2.5
+Landscape
+Center
+Inches
+Letter  
+100.00
+Single
+-2
+1200 2
+2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
+	 4950 1350 4050 1800
+2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
+	 5325 1350 6225 1800
+2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
+	 3525 2100 3150 2850
+2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
+	 3975 2100 4275 2775
+2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
+	 6525 2175 6225 2775
+2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
+	 6900 2175 7125 2775
+4 0 0 50 -1 0 12 0.0000 4 195 960 4575 1200 Swift types\001
+4 0 0 50 -1 0 12 0.0000 4 195 1275 2475 3075 Primitive types\001
+4 0 0 50 -1 0 12 0.0000 4 195 615 2475 3330 (eg int)\001
+4 0 0 50 -1 0 12 0.0000 4 195 1170 3975 3075 Marker types\001
+4 0 0 50 -1 0 12 0.0000 4 195 615 5925 3000 Arrays\001
+4 0 0 50 -1 0 12 0.0000 4 150 900 6900 3000 Structures\001
+4 0 0 50 -1 0 12 0.0000 4 195 1440 6225 2100 Composite types\001
+4 0 0 50 -1 0 12 0.0000 4 195 1155 3300 2025 Atomic types\001

Added: trunk/docs/type-hierarchy.png
===================================================================
(Binary files differ)


Property changes on: trunk/docs/type-hierarchy.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: trunk/docs/userguide.xml
===================================================================
--- trunk/docs/userguide.xml	2009-01-28 14:37:27 UTC (rev 2465)
+++ trunk/docs/userguide.xml	2009-01-28 14:50:22 UTC (rev 2466)
@@ -61,7 +61,7 @@
 of the same type.  We often refer to instances of composites of mapped types
 as <firstterm>datasets</firstterm>.
 </para>
-
+<imagedata fileref="type-hierarchy.png" />
 <para>
 Mapped type and composite type variable declarations can be annotated with a
 <firstterm>mapping descriptor</firstterm> indicating the file(s) that make up




More information about the Swift-commit mailing list