Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

Type Struct Reference

List of all members.

Public Types

enum  uint {
  Bool = 0, Byte, UByte, Short,
  UShort, Int, UInt, Long,
  ULong, Float, Double, Real,
  Utf8, Utf16, Utf32, Pointer
}

Static Public Attributes

static int[] widths

Member Enumeration Documentation

enum uint
 

Enumeration values:
Bool 
Byte 
UByte 
Short 
UShort 
Int 
UInt 
Long 
ULong 
Float 
Double 
Real 
Utf8 
Utf16 
Utf32 
Pointer 

Definition at line 44 of file Type.d.


Member Data Documentation

int [] widths [static]
 

Initial value:

 
        [
                bool.sizeof,
                byte.sizeof,
                ubyte.sizeof,
                short.sizeof,
                ushort.sizeof,
                int.sizeof,
                uint.sizeof,
                long.sizeof,
                ulong.sizeof,
                float.sizeof,
                double.sizeof,
                real.sizeof,
                char.sizeof,
                wchar.sizeof,
                dchar.sizeof,
                (void*).sizeof,
        ]

Definition at line 50 of file Type.d.


The documentation for this struct was generated from the following file:
Generated on Mon Nov 14 11:00:03 2005 for Mango by  doxygen 1.4.0