|
ROSE 2.9.0
|
Definition at line 112 of file ByteCode/Cil.h.


Public Types | |
| using | Ptr = Sawyer::SharedPointer< CilNamespace > |
| Shared ownership pointers. | |
Public Types inherited from Rose::BinaryAnalysis::ByteCode::Namespace | |
| using | Ptr = Sawyer::SharedPointer< Namespace > |
| Shared ownership pointer. | |
Public Member Functions | |
| std::string | name () const override |
| CilNamespace (SgAsmCilMetadataRoot *, const std::string &) | |
Public Member Functions inherited from Rose::BinaryAnalysis::ByteCode::Namespace | |
| 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 (SgAsmCilMetadataRoot *, const std::string &) |
| Allocating constructor. | |
Static Public Member Functions inherited from Rose::BinaryAnalysis::ByteCode::Namespace | |
| static Ptr | instance () |
| Allocating constructor. | |
Additional Inherited Members | |
Protected Attributes inherited from Rose::BinaryAnalysis::ByteCode::Namespace | |
| std::vector< ByteCode::Class::Ptr > | classes_ |
Shared ownership pointers.
Definition at line 115 of file ByteCode/Cil.h.
|
overridevirtual |
Reimplemented from Rose::BinaryAnalysis::ByteCode::Namespace.