ROSE
0.11.137.0
|
Valid code point predicate.
This predicate tests that the specified code point is valid for a string.
#include <Rose/BinaryAnalysis/String.h>
Public Types | |
typedef Sawyer::SharedPointer< CodePointPredicate > | Ptr |
Shared ownership pointer to a CodePointPredicate. More... | |
Public Member Functions | |
virtual std::string | name () const =0 |
Name of predicate. More... | |
virtual bool | isValid (CodePoint)=0 |
Predicate. More... | |
![]() | |
SharedObject () | |
Default constructor. More... | |
SharedObject (const SharedObject &) | |
Copy constructor. More... | |
virtual | ~SharedObject () |
Virtual destructor. More... | |
SharedObject & | operator= (const SharedObject &) |
Assignment. More... | |
typedef Sawyer::SharedPointer<CodePointPredicate> Rose::BinaryAnalysis::Strings::CodePointPredicate::Ptr |
Shared ownership pointer to a CodePointPredicate.
See Shared ownership.
|
pure virtual |
Name of predicate.
Implemented in Rose::BinaryAnalysis::Strings::AnyCodePoint, and Rose::BinaryAnalysis::Strings::PrintableAscii.
|
pure virtual |
Predicate.
Implemented in Rose::BinaryAnalysis::Strings::AnyCodePoint, and Rose::BinaryAnalysis::Strings::PrintableAscii.