dorm ~master (2022-11-24T09:54:00.4135699)
Dub
Repo
Condition
dorm
api
condition
Undocumented in source.
@
safe
struct
Condition {
SumType
!(
FFIValue
,
UnaryCondition
,
BinaryCondition
,
TernaryCondition
,
AndCondition
,
OrCondition
)
impl
;
this
(T value);
auto
opAssign
(T value);
static
Condition
and
(Condition[] conditions);
static
Condition
or
(Condition[] conditions);
Condition
not
();
}
Constructors
this
this
(T value)
Undocumented in source.
Alias This
impl
Members
Functions
not
Condition
not
()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
auto
opAssign
(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
and
Condition
and
(Condition[] conditions)
Undocumented in source. Be warned that the author may not have intended to support it.
or
Condition
or
(Condition[] conditions)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
impl
SumType
!(
FFIValue
,
UnaryCondition
,
BinaryCondition
,
TernaryCondition
,
AndCondition
,
OrCondition
)
impl
;
Undocumented in source.
Meta
Source
See Implementation
dorm
api
condition
aliases
BinaryConditionType
TernaryConditionType
UnaryConditionType
functions
columnValue
conditionIdentifier
conditionValue
dumpTree
makeTree
structs
AndCondition
BinaryCondition
Condition
OrCondition
TernaryCondition
UnaryCondition