traildb ~master (2022-02-20T10:53:32.1322157)
Dub
Repo
Trail
TrailDB
Undocumented in source.
struct
Trail {
void
*
db
;
void
*
cursor
;
int
opApply
(int delegate(ref Event) foreach_body);
}
Members
Functions
opApply
int
opApply
(int delegate(ref Event) foreach_body)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
cursor
void
*
cursor
;
Undocumented in source.
db
void
*
db
;
Undocumented in source.
Meta
Source
See Implementation
TrailDB
aliases
HexUuid
RawUuid
classes
TrailDB
TrailDBConstructor
functions
hexToRaw
rawToHex
static variables
BUFFER_SIZE
structs
Event
Trail