EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
EVEToolCommand Struct Reference

#include "Commands.h"

Public Attributes

const char * name
 
void(* callback )(const Seperator &cmd)
 
const char * description
 

Detailed Description

Struct describing one eve-tool command.

Definition at line 30 of file Commands.h.

Member Data Documentation

void( * EVEToolCommand::callback)(const Seperator &cmd)

Callback; what to call.

Definition at line 35 of file Commands.h.

Referenced by ProcessCommand().

const char* EVEToolCommand::description

Description of command.

Definition at line 37 of file Commands.h.

Referenced by PrintHelp().

const char* EVEToolCommand::name

Name of the command; for invocation.

Definition at line 33 of file Commands.h.

Referenced by FindCommand(), and PrintHelp().


The documentation for this struct was generated from the following file: