ROSE 0.11.145.147
|
Nth group of arguments are the specimen.
Definition at line 242 of file Partitioner2/Engine.h.
#include <Rose/BinaryAnalysis/Partitioner2/Engine.h>
Public Member Functions | |
GroupedPositionalArguments () | |
Constructor returning first group of arguments. | |
GroupedPositionalArguments (size_t) | |
Constructor returning nth group of arguments. | |
virtual std::vector< std::string > | specimen (const std::vector< std::string > &) const override |
Return specimen from positional arguments. | |
|
overridevirtual |
Return specimen from positional arguments.
Given a list of positional arguments from the command-line (i.e., the stuff that comes after the switches), return those positional arguments that represent the specimen and which are used to choose the engine subclass.
The default implementation in the Engine
base class just returns all input arguments.
Implements Rose::BinaryAnalysis::Partitioner2::Engine::PositionalArgumentParser.