ocean v6.1.0 (2021-04-20T01:38:04Z)
Home
Dub
Repo
RetargetingAction
ocean
io
serialize
StructSerializer
Retargeting profile
version(unittest)
struct
RetargetingAction {
hash_t
id
;
hash_t
adpan_id
;
time_t
lastseen
;
ubyte
action
;
static
RetargetingAction
opCall
(hash_t id, hash_t adpan_id, time_t lastseen, ubyte action);
}
Members
Static functions
opCall
RetargetingAction
opCall
(hash_t id, hash_t adpan_id, time_t lastseen, ubyte action)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
action
ubyte
action
;
Undocumented in source.
adpan_id
hash_t
adpan_id
;
Undocumented in source.
id
hash_t
id
;
Undocumented in source.
lastseen
time_t
lastseen
;
Undocumented in source.
Meta
Source
See Implementation
ocean
io
serialize
StructSerializer
aliases
Retargeting
Urls
classes
LengthMismatch
SerializerException
structs
CircularBuffer_
MeToo
RetargetingAction
StructSerializer
TestSerializer
Retargeting profile