ROSE
0.11.132.0
|
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 442 of file SymbolicExpressionParser.h.
#include <Rose/BinaryAnalysis/SymbolicExpressionParser.h>
Public Types | |
typedef Sawyer::SharedPointer< SymbolicExprCmdlineParser > | Ptr |
Shared-ownership pointer. More... | |
![]() | |
typedef SharedPointer< ValueParser > | Ptr |
Reference counting pointer for this class. More... | |
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) | |
![]() | |
ValueParser () | |
Constructor for derived classes. More... | |
ValueParser (const ValueSaver::Ptr &valueSaver) | |
Constructor for derived classes. More... | |
Additional Inherited Members | |
![]() | |
ParsedValue | matchString (const std::string &) |
Parse the entire string and return a value. More... | |
ParsedValue | match (Cursor &) |
Parse a value from the beginning of the specified string. More... | |
Ptr | valueSaver (const ValueSaver::Ptr &f) |
Property: functor responsible for saving a parsed value in user storage. More... | |
const ValueSaver::Ptr | valueSaver () const |
Property: functor responsible for saving a parsed value in user storage. More... | |
![]() | |
SharedObject () | |
Default constructor. More... | |
SharedObject (const SharedObject &) | |
Copy constructor. More... | |
virtual | ~SharedObject () |
Virtual destructor. More... | |
SharedObject & | operator= (const SharedObject &) |
Assignment. More... | |
![]() | |
SharedPointer< ValueParser > | sharedFromThis () |
Create a shared pointer from this . More... | |
SharedPointer< const ValueParser > | sharedFromThis () const |
Create a shared pointer from this . More... | |
typedef Sawyer::SharedPointer<SymbolicExprCmdlineParser> Rose::BinaryAnalysis::SymbolicExpressionParser::SymbolicExprCmdlineParser::Ptr |
Shared-ownership pointer.
See Shared ownership.
Definition at line 450 of file SymbolicExpressionParser.h.