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


Public Types | |
| using | Ptr = Sawyer::SharedPointer< Namespace > |
| Shared ownership pointer. | |
Public Member Functions | |
| virtual std::string | name () const |
| virtual void | partition (const PartitionerPtr &partitioner, BS::RiscOperatorsPtr &ops, std::map< std::string, Address > &discoveredFunctions) const |
| void | append (Class::Ptr ptr) |
| const std::vector< ByteCode::Class::Ptr > & | classes () 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< Namespace > | |
| SharedPointer< Namespace > | sharedFromThis () |
Create a shared pointer from this. | |
| SharedPointer< const Namespace > | sharedFromThis () const |
Create a shared pointer from this. | |
Static Public Member Functions | |
| static Ptr | instance () |
| Allocating constructor. | |
Protected Attributes | |
| std::vector< ByteCode::Class::Ptr > | classes_ |
Shared ownership pointer.
Definition at line 204 of file BinaryAnalysis/ByteCode/Analysis.h.
|
protected |
Definition at line 221 of file BinaryAnalysis/ByteCode/Analysis.h.