Documentation
Dlang.org
CountOptions
arrow
count_options
class
CountOptions :
FunctionOptions
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
CountOptions
self
();
arrow
.
types
.
CountMode
mode
[@property getter];
arrow
.
types
.
CountMode
mode
[@property setter];
this
();
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
()
Members
Functions
self
CountOptions
self
()
Returns
this
, for use in
with
statements.
Properties
gType
GType
gType
[@property getter]
mode
arrow
.
types
.
CountMode
mode
[@property getter]
mode
arrow
.
types
.
CountMode
mode
[@property setter]
Static functions
getGType
GType
getGType
()
Inherited Members
From FunctionOptions
getGType
GType
getGType
()
gType
GType
gType
[@property getter]
self
FunctionOptions
self
()
Returns
this
, for use in
with
statements.
equal
bool
equal
(arrow.function_options.FunctionOptions otherOptions)
toString_
string
toString_
()
arrow
count_options
classes
CountOptions