libepp_nicbr
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
SheppCommand Class Reference

SheppCommand class: command name, function and a brief description. More...

#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, isfunc_t *function, string brief)
 Constructor that sets all object attributes.
 
void reset (string name, isfunc_t *function, string brief)
 Reinitializes all object attributes.
 

Public Attributes

string name
 SheppCommand name.
 
isfunc_t * function
 Function to be called.
 
string brief
 SheppCommand brief description.
 

Protected Member Functions

void init ()
 Initializes all object attributes to empty.
 

Detailed Description

SheppCommand class: command name, function and a brief description.


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