|
ROSE 2.9.0
|
Base class for ByteCode Interface.
An Interface stores information about an interface.
Definition at line 115 of file BinaryAnalysis/ByteCode/Analysis.h.
#include <Rose/BinaryAnalysis/ByteCode/Analysis.h>


Public Types | |
| using | Ptr = Sawyer::SharedPointer< Interface > |
| Shared ownership pointers. | |
Public Member Functions | |
| virtual std::string | name () const =0 |
Public Member Functions inherited from Sawyer::SharedObject | |
| SharedObject () | |
| Default constructor. | |
| SharedObject (const SharedObject &) | |
| Copy constructor. | |
| virtual | ~SharedObject () |
| Virtual destructor. | |
| SharedObject & | operator= (const SharedObject &) |
| Assignment. | |
Public Member Functions inherited from Sawyer::SharedFromThis< Class > | |
| SharedPointer< Class > | sharedFromThis () |
Create a shared pointer from this. | |
| SharedPointer< const Class > | sharedFromThis () const |
Create a shared pointer from this. | |
Shared ownership pointers.
Definition at line 119 of file BinaryAnalysis/ByteCode/Analysis.h.