|
ROSE 0.11.145.141
|
Base class for type predicates.
Definition at line 24 of file StoragePool.h.
#include <Rose/BinaryAnalysis/CallingConvention/StoragePool.h>

Public Types | |
| using | Ptr = TypePredicatePtr |
| Shared-ownership pointer. | |
| using | ConstPtr = TypePredicateConstPtr |
| Shared-ownership pointer. | |
Public Member Functions | |
| virtual bool | test (SgAsmType *) const =0 |
| Evaluate this predicate on a type. | |
| bool | operator() (SgAsmType *) const |
| Evaluate this predicate on a type. | |
Shared-ownership pointer.
Definition at line 29 of file StoragePool.h.
Shared-ownership pointer.
Definition at line 30 of file StoragePool.h.
|
pure virtual |
Evaluate this predicate on a type.
Implemented in Rose::BinaryAnalysis::CallingConvention::TypePredicateFunctor< F >.