dil ~master (2015-07-05T21:12:10Z)
Home
Dub
Repo
Value
dil
semantic
Types
Represents a value related to a Type.
union
Value {
void
*
pvoid
;
bool
bool_
;
dchar
dchar_
;
long
long_
;
ulong
ulong_
;
int
int_
;
uint
uint_
;
float
float_
;
double
double_
;
real
real_
;
creal
creal_
;
}
Members
Variables
pvoid
void
*
pvoid
;
Represents a value related to a Type.
Meta
Source
See Implementation
dil
semantic
Types
classes
TargetTInfo
Type
TypeAArray
TypeBasic
TypeClass
TypeConst
TypeDArray
TypeDelegate
TypeEnum
TypeError
TypeFuncPtr
TypeFunction
TypeIdentifier
TypeImmutable
TypeParameter
TypeParameters
TypePointer
TypeReference
TypeSArray
TypeStruct
TypeTable
TypeTemplInstance
TypeTuple
TypeTypedef
structs
MITable
TypeFlags
TypeMetaInfo
Types
unions
Value
Represents a value related to a Type.