ROSE  0.11.145.0
Public Types | Public Member Functions | List of all members
Rose::BinaryAnalysis::Strings::CodePointPredicate Class Referenceabstract

Description

Valid code point predicate.

This predicate tests that the specified code point is valid for a string.

Definition at line 482 of file String.h.

#include <Rose/BinaryAnalysis/String.h>

Inheritance diagram for Rose::BinaryAnalysis::Strings::CodePointPredicate:
Inheritance graph
[legend]
Collaboration diagram for Rose::BinaryAnalysis::Strings::CodePointPredicate:
Collaboration graph
[legend]

Public Types

typedef Sawyer::SharedPointer< CodePointPredicatePtr
 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...
 
- Public Member Functions inherited from Sawyer::SharedObject
 SharedObject ()
 Default constructor. More...
 
 SharedObject (const SharedObject &)
 Copy constructor. More...
 
virtual ~SharedObject ()
 Virtual destructor. More...
 
SharedObjectoperator= (const SharedObject &)
 Assignment. More...
 

Member Typedef Documentation

Shared ownership pointer to a CodePointPredicate.

See Shared ownership.

Definition at line 487 of file String.h.

Member Function Documentation

virtual std::string Rose::BinaryAnalysis::Strings::CodePointPredicate::name ( ) const
pure virtual
virtual bool Rose::BinaryAnalysis::Strings::CodePointPredicate::isValid ( CodePoint  )
pure virtual

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