ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
_HashDataHandler
ae
utils
autodata
Undocumented in source.
struct
_HashDataHandler {
mixin
_RawDataHandlerWrapper
;
MurmurHash2A
hasher
;
template
getRawMixin
(string ptr, string len)
;
}
Members
Mixins
__anonymous
mixin
_RawDataHandlerWrapper
Undocumented in source.
Templates
getRawMixin
template
getRawMixin
(string ptr, string len)
Undocumented in source.
Variables
hasher
MurmurHash2A
hasher
;
Undocumented in source.
Mixed In Members
From
mixin
_RawDataHandlerWrapper
getMixin
template
getMixin
(T, string name, bool reverseSort)
Undocumented in source.
getMixinRecursive
template
getMixinRecursive
(T, string name, string loopDepth)
Undocumented in source.
Meta
Source
See Implementation
ae
utils
autodata
functions
addAutoField
structs
_CmpDataHandler
_EqualsDataHandler
_HashDataHandler
_ToStringDataHandler
templates
AutoCompare
AutoToString
ProcessAllData
_RawDataHandlerWrapper