AssocArrayModel

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.
Key
alias Key = typeof(Data.init.byKey.front)
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.

Mixins

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

Variables

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

Mixed In Members

From mixin State

Spacing
enum Spacing;
Undocumented in source.
size
double size;
header_size
double header_size;
Undocumented in source.
_placeholder
int _placeholder;
Undocumented in source.
collapsed
bool collapsed [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
collapsed
bool collapsed [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
enabled
bool enabled [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
enabled
bool enabled [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

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