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,
  Raw = uint.max
}

Static Public Attributes

static int[] widths

Classes

class  TextType< T >

Member Enumeration Documentation

enum uint
 

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

Definition at line 48 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 57 of file Type.d.


The documentation for this struct was generated from the following file:
Generated on Sat Dec 24 17:28:42 2005 for Mango by  doxygen 1.4.0