ROSE 0.11.145.147
|
Parse a symbolic expression from the command-line.
This class implements a functor for parsing a symbolic expression from a command-line switch argument using the parser from Sawyer::CommandLine.
Definition at line 443 of file SymbolicExpressionParser.h.
#include <Rose/BinaryAnalysis/SymbolicExpressionParser.h>
Public Types | |
typedef Sawyer::SharedPointer< SymbolicExprCmdlineParser > | Ptr |
Shared-ownership pointer. | |
Public Types inherited from Sawyer::CommandLine::ValueParser | |
typedef SharedPointer< ValueParser > | Ptr |
Reference counting pointer for this class. | |
Static Public Member Functions | |
static Ptr | instance () |
static Ptr | instance (const Sawyer::CommandLine::ValueSaver::Ptr &valueSaver) |
static std::string | docString () |
Protected Member Functions | |
SymbolicExprCmdlineParser (const Sawyer::CommandLine::ValueSaver::Ptr &valueSaver) | |
Protected Member Functions inherited from Sawyer::CommandLine::ValueParser | |
ValueParser () | |
Constructor for derived classes. | |
ValueParser (const ValueSaver::Ptr &valueSaver) | |
Constructor for derived classes. | |
Additional Inherited Members | |
Public Member Functions inherited from Sawyer::CommandLine::ValueParser | |
ParsedValue | matchString (const std::string &) |
Parse the entire string and return a value. | |
ParsedValue | match (Cursor &) |
Parse a value from the beginning of the specified string. | |
Ptr | valueSaver (const ValueSaver::Ptr &f) |
Property: functor responsible for saving a parsed value in user storage. | |
const ValueSaver::Ptr | valueSaver () const |
Property: functor responsible for saving a parsed value in user storage. | |
Public Member Functions inherited from Sawyer::SharedObject | |
SharedObject () | |
Default constructor. | |
SharedObject (const SharedObject &) | |
Copy constructor. | |
virtual | ~SharedObject () |
Virtual destructor. | |
SharedObject & | operator= (const SharedObject &) |
Assignment. | |
Public Member Functions inherited from Sawyer::SharedFromThis< ValueParser > | |
SharedPointer< ValueParser > | sharedFromThis () |
Create a shared pointer from this . | |
SharedPointer< const ValueParser > | sharedFromThis () const |
Create a shared pointer from this . | |
typedef Sawyer::SharedPointer<SymbolicExprCmdlineParser> Rose::BinaryAnalysis::SymbolicExpressionParser::SymbolicExprCmdlineParser::Ptr |
Shared-ownership pointer.
See Shared ownership.
Definition at line 451 of file SymbolicExpressionParser.h.
|
inlineprotected |
Definition at line 445 of file SymbolicExpressionParser.h.
|
inlineprotected |
Definition at line 446 of file SymbolicExpressionParser.h.
|
inlinestatic |
Definition at line 453 of file SymbolicExpressionParser.h.
|
inlinestatic |
Definition at line 457 of file SymbolicExpressionParser.h.