ae v0.0.1988 (2017-07-15T23:47:40Z)
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