pyd v0.9.7 (2015-04-14T02:25:40Z)
Home
Dub
Repo
hexFloatConsumed
meta
Demangle
Undocumented in source.
template
hexFloatConsumed (
string
str
) {
static if
(
str.startsWith("NAN") || str[1 .. $].startsWith("INF")
)
enum
int
hexFloatConsumed
;
static if
(!(
str.startsWith("NAN") || str[1 .. $].startsWith("INF")
))
static if
(
str.startsWith("NINF")
)
enum
int
hexFloatConsumed
;
static if
(!(
str.startsWith("NAN") || str[1 .. $].startsWith("INF")
))
static if
(!(
str.startsWith("NINF")
))
static if
(
str.startsWith("N")
)
enum
hx_c
;
static if
(!(
str.startsWith("NAN") || str[1 .. $].startsWith("INF")
))
static if
(!(
str.startsWith("NINF")
))
static if
(!(
str.startsWith("N")
))
enum
hx_c
;
static if
(!(
str.startsWith("NAN") || str[1 .. $].startsWith("INF")
))
static if
(!(
str.startsWith("NINF")
))
enum
string
hxbase
;
static if
(!(
str.startsWith("NAN") || str[1 .. $].startsWith("INF")
))
static if
(!(
str.startsWith("NINF")
))
enum
hx_c1
;
static if
(!(
str.startsWith("NAN") || str[1 .. $].startsWith("INF")
))
static if
(!(
str.startsWith("NINF")
))
static if
(
hx_c1 < hxbase.length && hxbase[hx_c1] == 'P'
)
enum
string
hxexp
;
static if
(!(
str.startsWith("NAN") || str[1 .. $].startsWith("INF")
))
static if
(!(
str.startsWith("NINF")
))
static if
(
hx_c1 < hxbase.length && hxbase[hx_c1] == 'P'
)
static if
(
hxexp.startsWith("N")
)
enum
hx_c2
;
static if
(!(
str.startsWith("NAN") || str[1 .. $].startsWith("INF")
))
static if
(!(
str.startsWith("NINF")
))
static if
(
hx_c1 < hxbase.length && hxbase[hx_c1] == 'P'
)
static if
(!(
hxexp.startsWith("N")
))
enum
hx_c2
;
static if
(!(
str.startsWith("NAN") || str[1 .. $].startsWith("INF")
))
static if
(!(
str.startsWith("NINF")
))
static if
(
hx_c1 < hxbase.length && hxbase[hx_c1] == 'P'
)
enum
string
hxexp2
;
static if
(!(
str.startsWith("NAN") || str[1 .. $].startsWith("INF")
))
static if
(!(
str.startsWith("NINF")
))
static if
(
hx_c1 < hxbase.length && hxbase[hx_c1] == 'P'
)
enum
hx_c3
;
static if
(!(
str.startsWith("NAN") || str[1 .. $].startsWith("INF")
))
static if
(!(
str.startsWith("NINF")
))
static if
(
hx_c1 < hxbase.length && hxbase[hx_c1] == 'P'
)
enum
int
hexFloatConsumed
;
static if
(!(
str.startsWith("NAN") || str[1 .. $].startsWith("INF")
))
static if
(!(
str.startsWith("NINF")
))
static if
(!(
hx_c1 < hxbase.length && hxbase[hx_c1] == 'P'
))
enum
int
hexFloatConsumed
;
}
Members
Manifest constants
hx_c
enum
hx_c
;
Undocumented in source.
hx_c
enum
hx_c
;
Undocumented in source.
hx_c1
enum
hx_c1
;
Undocumented in source.
hx_c2
enum
hx_c2
;
Undocumented in source.
hx_c2
enum
hx_c2
;
Undocumented in source.
hx_c3
enum
hx_c3
;
Undocumented in source.
Variables
hexFloatConsumed
enum
int
hexFloatConsumed
;
Undocumented in source.
hexFloatConsumed
enum
int
hexFloatConsumed
;
Undocumented in source.
hexFloatConsumed
enum
int
hexFloatConsumed
;
Undocumented in source.
hexFloatConsumed
enum
int
hexFloatConsumed
;
Undocumented in source.
hxbase
enum
string
hxbase
;
Undocumented in source.
hxexp
enum
string
hxexp
;
Undocumented in source.
hxexp2
enum
string
hxexp2
;
Undocumented in source.
Meta
Source
See Implementation
meta
Demangle
enums
MangledNameType
templates
countLeadingDigits
demangleBasicType
demangleExtern
demangleFuncAttrs
demangleFunctionOrDelegate
demangleFunctionParamType
demangleFunctionParamTypeConsumed
demangleParamList
demangleParamListAndRetValConsumed
demangleReturnValue
demangleType
demangleTypeConsumed
funcAttrsConsumed
getLname
getLnameConsumed
getQualifiedName
getQualifiedNameConsumed
get_DnameConsumed
hexFloatConsumed
isMangledFunction
prettyLname
prettyTemplateArg
prettyTemplateArgList
prettyValueArg
pretty_Dfunction
pretty_Dname
templateArgConsumed
templateArgListConsumed
templateValueArgConsumed