Documentation
Dlang.org
IndexOptions
arrow
index_options
class
IndexOptions :
FunctionOptions
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
IndexOptions
self
();
arrow
.
scalar
.
Scalar
value
[@property getter];
arrow
.
scalar
.
Scalar
value
[@property setter];
this
();
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
()
Members
Functions
self
IndexOptions
self
()
Returns
this
, for use in
with
statements.
Properties
gType
GType
gType
[@property getter]
value
arrow
.
scalar
.
Scalar
value
[@property getter]
Get
value
property.
value
arrow
.
scalar
.
Scalar
value
[@property setter]
Set
value
property.
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
index_options
classes
IndexOptions