TimemarkedModel

Undocumented in source.

Constructors

this
this(const(Data) data)
Undocumented in source.

Alias This

timemarked_model

Members

Aliases

Data
alias Data = TypeOf!A
Undocumented in source.

Functions

visit
bool visit(const(Data) data, Visitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

Collapsable
enum Collapsable;
Undocumented in source.
NulledPayload
enum NulledPayload;
Undocumented in source.

Properties

size
auto size [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
size
double size [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

TimemarkedPayload
struct TimemarkedPayload
Undocumented in source.

Variables

nulled_model
Model!string nulled_model;
Undocumented in source.
timemarked_model
Model!TimemarkedPayload timemarked_model;
Undocumented in source.
timestamp_model
Model!(Data.timestamp) timestamp_model;
Undocumented in source.
value_model
Model!(Data.value) value_model;
Undocumented in source.

Meta