ROSE 0.11.145.147
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.
 

Public Member Functions

virtual std::string name () const =0
 Name of predicate.
 
virtual bool isValid (CodePoint)=0
 Predicate.
 
- Public Member Functions inherited from Sawyer::SharedObject
 SharedObject ()
 Default constructor.
 
 SharedObject (const SharedObject &)
 Copy constructor.
 
virtual ~SharedObject ()
 Virtual destructor.
 
SharedObjectoperator= (const SharedObject &)
 Assignment.
 

Member Typedef Documentation

◆ Ptr

Shared ownership pointer to a CodePointPredicate.

See Shared ownership.

Definition at line 487 of file String.h.

Constructor & Destructor Documentation

◆ ~CodePointPredicate()

virtual Rose::BinaryAnalysis::Strings::CodePointPredicate::~CodePointPredicate ( )
inlinevirtual

Definition at line 484 of file String.h.

Member Function Documentation

◆ name()

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

◆ isValid()

virtual bool Rose::BinaryAnalysis::Strings::CodePointPredicate::isValid ( CodePoint  )
pure virtual

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