|
Frobby
0.9.5
|
#include <IrreducibleDecomAction.h>
Public Member Functions | |
| IrreducibleDecomAction () | |
| virtual void | obtainParameters (vector< Parameter * > ¶meters) |
| virtual void | perform () |
Public Member Functions inherited from Action | |
| Action (const char *name, const char *shortDescription, const char *description, bool acceptsNonParameter) | |
| virtual | ~Action () |
| const char * | getName () const |
| const char * | getShortDescription () const |
| const char * | getDescription () const |
| bool | acceptsNonParameter () const |
| virtual void | processNonParameter (const char *str) |
| virtual void | parseCommandLine (unsigned int tokenCount, const char **tokens) |
| virtual bool | displayAction () const |
| Returns whether this action should be shown to the user by the help action. More... | |
| const Parameter & | getParam (const string &name) const |
Static Public Member Functions | |
| static const char * | staticGetName () |
Static Public Member Functions inherited from Action | |
| static void | getActionNames (vector< string > &names) |
| static auto_ptr< Action > | createActionWithPrefix (const string &prefix) |
Private Attributes | |
| BoolParameter | _encode |
| SliceParameters | _sliceParams |
| IOParameters | _io |
Additional Inherited Members | |
Protected Attributes inherited from Action | |
| CliParams | _params |
| const char * | _name |
| const char * | _shortDescription |
| const char * | _description |
| bool | _acceptsNonParameter |
| BoolParameter | _printActions |
Definition at line 25 of file IrreducibleDecomAction.h.
| IrreducibleDecomAction::IrreducibleDecomAction | ( | ) |
Definition at line 24 of file IrreducibleDecomAction.cpp.
|
virtual |
Reimplemented from Action.
Definition at line 43 of file IrreducibleDecomAction.cpp.
|
virtual |
Implements Action.
Definition at line 50 of file IrreducibleDecomAction.cpp.
|
static |
Definition at line 60 of file IrreducibleDecomAction.cpp.
|
private |
Definition at line 36 of file IrreducibleDecomAction.h.
|
private |
Definition at line 38 of file IrreducibleDecomAction.h.
|
private |
Definition at line 37 of file IrreducibleDecomAction.h.