RaRModel

Undocumented in source.

Constructors

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

Alias This

model

Members

Aliases

Data
alias Data = TypeOf!A
Undocumented in source.
ElementType
alias ElementType = typeof(Data.init[0])
Undocumented in source.

Functions

update
void update(const(Data) data)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(TaggedAlgebraic!T v)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

Collapsable
enum Collapsable;
Undocumented in source.
DynamicCollapsable
enum DynamicCollapsable;
Undocumented in source.

Mixins

__anonymous
mixin State!A
Undocumented in source.
__anonymous
mixin visitImpl
Undocumented in source.

Variables

model
Vector!(Model!ElementType, Mallocator) model;
Undocumented in source.

Mixed In Members

From mixin visitImpl

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

Meta