AggregateModel.AggregateModel

Undocumented in source.

Constructors

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

Members

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.

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