|
ROSE 2.9.0
|
Base class for ByteCode Container.
A Container contains a vector of Namespaces.
Definition at line 228 of file BinaryAnalysis/ByteCode/Analysis.h.
#include <Rose/BinaryAnalysis/ByteCode/Analysis.h>


Public Types | |
| using | Ptr = Sawyer::SharedPointer< Container > |
| Shared ownership pointer. | |
Public Member Functions | |
| virtual std::string | name () const =0 |
| virtual bool | isSystemReserved (const std::string &name) const =0 |
| virtual void | partition (const PartitionerPtr &partitioner, BS::RiscOperatorsPtr &ops) const |
| const std::vector< Namespace::Ptr > & | namespaces () const |
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< Container > | |
| SharedPointer< Container > | sharedFromThis () |
Create a shared pointer from this. | |
| SharedPointer< const Container > | sharedFromThis () const |
Create a shared pointer from this. | |
Static Public Member Functions | |
| static Address | nextSystemReservedVa () |
Protected Attributes | |
| std::vector< Namespace::Ptr > | namespaces_ |
Shared ownership pointer.
Definition at line 232 of file BinaryAnalysis/ByteCode/Analysis.h.
|
protected |
Definition at line 248 of file BinaryAnalysis/ByteCode/Analysis.h.