Documentation
Dlang.org
CommandDescriptor
arrowflight
command_descriptor
class
CommandDescriptor :
Descriptor
{
this
(string command);
string
getCommand
();
}
Constructors
this
this
(string command)
Members
Functions
getCommand
string
getCommand
()
Inherited Members
From Descriptor
equal
bool
equal
(arrowflight.descriptor.Descriptor otherDescriptor)
toString_
string
toString_
()
arrowflight
command_descriptor
classes
CommandDescriptor