Documentation
Dlang.org
SortOptions
arrow
sort_options
class
SortOptions :
FunctionOptions
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
SortOptions
self
();
this
(arrow.sort_key.SortKey[] sortKeys);
void
addSortKey
(arrow.sort_key.SortKey sortKey);
bool
equal
(arrow.sort_options.SortOptions otherOptions);
arrow
.
sort_key
.
SortKey
[]
getSortKeys
();
void
setSortKeys
(arrow.sort_key.SortKey[] sortKeys);
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(arrow.sort_key.SortKey[] sortKeys)
Members
Functions
addSortKey
void
addSortKey
(arrow.sort_key.SortKey sortKey)
Add a sort key to be used.
equal
bool
equal
(arrow.sort_options.SortOptions otherOptions)
getSortKeys
arrow
.
sort_key
.
SortKey
[]
getSortKeys
()
self
SortOptions
self
()
Returns
this
, for use in
with
statements.
setSortKeys
void
setSortKeys
(arrow.sort_key.SortKey[] sortKeys)
Set sort keys to be used.
Properties
gType
GType
gType
[@property getter]
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
sort_options
classes
SortOptions