nanogui ~master (2021-04-26T14:20:51Z)
Dub
Repo
NullableModel
auxil
model
Undocumented in source.
struct
NullableModel (
alias
A
) {
import
std
.
typecons
:
Nullable
;
;
alias
Data
=
TypeOf
!
A
;
alias
Payload
=
typeof
(
Data
.
get
)
;
enum
Collapsable
;
enum
NulledPayload
;
Model
!
string
nulled_model
;
Model
!
Payload
nullable_model
;
auto
size
[@property getter];
double
size
[@property setter];
this
(const(Data) data);
bool
visit
(const(Data) data, Visitor visitor);
}
Constructors
this
this
(const(Data) data)
Undocumented in source.
Alias This
nullable_model
Members
Aliases
Data
alias
Data
=
TypeOf
!
A
Undocumented in source.
Payload
alias
Payload
=
typeof
(
Data
.
get
)
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.
Variables
nullable_model
Model
!
Payload
nullable_model
;
Undocumented in source.
nulled_model
Model
!
string
nulled_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