nanogui ~develop (2022-01-18T19:40:39.1494002)
Dub
Repo
RenderedAsMemberStringAggregateModel
auxil
model
Undocumented in source.
struct
RenderedAsMemberStringAggregateModel (
alias
A
) {
alias
Data
=
TypeOf
!
A
;
enum
member_name
;
Model
!(
mixin
(
"Data."
~
member_name
))
model
;
enum
Collapsable
;
this
(const(Data) data);
bool
visit
(const(Data) data, Visitor visitor);
}
Constructors
this
this
(const(Data) data)
Undocumented in source.
Alias This
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.
member_name
enum
member_name
;
Undocumented in source.
Variables
model
Model
!(
mixin
(
"Data."
~
member_name
))
model
;
Undocumented in source.
Meta
Source
See Implementation
auxil
model
aliases
DefaultVisitor
MeasuringVisitor
NullVisitor
SizeEnabled
TreePathEnabled
TreePathVisitor
enums
Order
functions
applyByTreePath
dbgPrint
getPropertyByTreePath
makeModel
setPropertyByTreePath
visit
visitBackward
visitForward
mixin templates
State
visitImpl
structs
AssocArrayModel
DefaultVisitorImpl
DurationModel
FixedAppender
NullableModel
RaRModel
RenderedAsAggregateModel
RenderedAsMemberAggregateModel
RenderedAsMemberStringAggregateModel
RenderedAsPointeeStringModel
ScalarModel
StaticArrayModel
TaggedAlgebraicModel
TimemarkedModel
TreePath
templates
AggregateModel
Model