Package apple.corefoundation.enums
Class CFNumberType
- java.lang.Object
-
- apple.corefoundation.enums.CFNumberType
-
public final class CFNumberType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longCFIndexTypeOtherstatic longCGFloatTypeOtherstatic longCharTypeBasic C typesstatic longDoubleTypeBasic C typesstatic longFloat32TypeFixed-width typesstatic longFloat64Type64-bit IEEE 754static longFloatTypeBasic C typesstatic longIntTypeBasic C typesstatic longLongLongTypeBasic C typesstatic longLongTypeBasic C typesstatic longMaxTypeOtherstatic longNSIntegerTypeOtherstatic longShortTypeBasic C typesstatic longSInt16TypeFixed-width typesstatic longSInt32TypeFixed-width typesstatic longSInt64TypeFixed-width typesstatic longSInt8TypeFixed-width types
-
-
-
Field Detail
-
SInt8Type
public static final long SInt8Type
Fixed-width types- See Also:
- Constant Field Values
-
SInt16Type
public static final long SInt16Type
Fixed-width types- See Also:
- Constant Field Values
-
SInt32Type
public static final long SInt32Type
Fixed-width types- See Also:
- Constant Field Values
-
SInt64Type
public static final long SInt64Type
Fixed-width types- See Also:
- Constant Field Values
-
Float32Type
public static final long Float32Type
Fixed-width types- See Also:
- Constant Field Values
-
Float64Type
public static final long Float64Type
64-bit IEEE 754- See Also:
- Constant Field Values
-
CharType
public static final long CharType
Basic C types- See Also:
- Constant Field Values
-
ShortType
public static final long ShortType
Basic C types- See Also:
- Constant Field Values
-
IntType
public static final long IntType
Basic C types- See Also:
- Constant Field Values
-
LongType
public static final long LongType
Basic C types- See Also:
- Constant Field Values
-
LongLongType
public static final long LongLongType
Basic C types- See Also:
- Constant Field Values
-
FloatType
public static final long FloatType
Basic C types- See Also:
- Constant Field Values
-
DoubleType
public static final long DoubleType
Basic C types- See Also:
- Constant Field Values
-
CFIndexType
public static final long CFIndexType
Other- See Also:
- Constant Field Values
-
NSIntegerType
public static final long NSIntegerType
Other- See Also:
- Constant Field Values
-
CGFloatType
public static final long CGFloatType
Other- See Also:
- Constant Field Values
-
MaxType
public static final long MaxType
Other- See Also:
- Constant Field Values
-
-