Documentation
Dlang.org
CommandDescriptor
arrowflight
command_descriptor
class
CommandDescriptor :
Descriptor
{
this
(void* ptr, Flag!"Take" take);
static
GType
_getGType
();
GType
_gType
[@property getter];
CommandDescriptor
self
();
this
(string command);
string
getCommand
();
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(string command)
Members
Functions
getCommand
string
getCommand
()
self
CommandDescriptor
self
()
Returns
this
, for use in
with
statements.
Properties
_gType
GType
_gType
[@property getter]
Static functions
_getGType
GType
_getGType
()
Inherited Members
From Descriptor
_getGType
GType
_getGType
()
_gType
GType
_gType
[@property getter]
self
Descriptor
self
()
Returns
this
, for use in
with
statements.
equal
bool
equal
(arrowflight.descriptor.Descriptor otherDescriptor)
toString_
string
toString_
()
arrowflight
command_descriptor
classes
CommandDescriptor