Frobby 0.9.7
IntersectionAction Class Reference

#include <IntersectionAction.h>

Inheritance diagram for IntersectionAction:
Action

Public Member Functions

 IntersectionAction ()
virtual void obtainParameters (vector< Parameter * > &parameters)
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.
const ParametergetParam (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 unique_ptr< ActioncreateActionWithPrefix (const string &prefix)

Private Attributes

IOParameters _io
BoolParameter _canonical

Additional Inherited Members

Protected Attributes inherited from Action
CliParams _params
const char * _name
const char * _shortDescription
const char * _description
bool _acceptsNonParameter
BoolParameter _printActions

Detailed Description

Definition at line 24 of file IntersectionAction.h.

Constructor & Destructor Documentation

◆ IntersectionAction()

IntersectionAction::IntersectionAction ( )

Definition at line 29 of file IntersectionAction.cpp.

Member Function Documentation

◆ obtainParameters()

void IntersectionAction::obtainParameters ( vector< Parameter * > & parameters)
virtual

Reimplemented from Action.

Definition at line 47 of file IntersectionAction.cpp.

◆ perform()

void IntersectionAction::perform ( )
virtual

Implements Action.

Definition at line 53 of file IntersectionAction.cpp.

◆ staticGetName()

const char * IntersectionAction::staticGetName ( )
static

Definition at line 80 of file IntersectionAction.cpp.

Member Data Documentation

◆ _canonical

BoolParameter IntersectionAction::_canonical
private

Definition at line 36 of file IntersectionAction.h.

◆ _io

IOParameters IntersectionAction::_io
private

Definition at line 35 of file IntersectionAction.h.


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