#include <SheppCommand.H>
Public Member Functions | |
bool | operator< (const SheppCommand &cmd) const |
Operator necessary to create a set of SheppCommands. | |
SheppCommand () | |
Constructor that initializes all object attributes to empty. | |
SheppCommand (string name, rl_icpfunc_t *function, string brief) | |
Constructor that sets all object attributes. | |
void | reset (string name, rl_icpfunc_t *function, string brief) |
Reinitializes all object attributes. | |
Public Attributes | |
string | name |
SheppCommand name. | |
rl_icpfunc_t * | function |
Function to be called. | |
string | brief |
SheppCommand brief description. | |
Protected Member Functions | |
void | init () |
Initializes all object attributes to empty. |