mir-ion ~master (2023-11-12T13:12:48Z)
Dub
Repo
IonDescribedDecimal
mir
ion
value
struct
IonDescribedDecimal {
int
exponent
;
IonIntField
coefficient
;
IonErrorCode
get
(Decimal!maxW64bitSize value);
IonErrorCode
get
(T value);
version
(
D_Exceptions
)
T
get
();
IonErrorCode
getErrorCode
();
void
serialize
(S serializer);
}
Members
Functions
get
IonErrorCode
get
(Decimal!maxW64bitSize value)
get
IonErrorCode
get
(T value)
get
T
get
()
getErrorCode
IonErrorCode
getErrorCode
()
serialize
void
serialize
(S serializer)
Variables
coefficient
IonIntField
coefficient
;
exponent
int
exponent
;
Meta
Source
See Implementation
mir
ion
value
aliases
IonType
IonTypeCodeOf
enums
isIonType
functions
parseValue
parseVarUInt
parseVersion
structs
IonAnnotationWrapper
IonAnnotations
IonDecimal
IonDescribedDecimal
IonDescribedValue
IonDescriptor
IonElement
IonElementWithId
IonFloat
IonInt
IonIntField
IonList
IonNInt
IonNull
IonSexp
IonStruct
IonStructWithSymbols
IonSymbolID
IonTimestamp
IonUInt
IonValue
IonVersionMarker