ROSE 2.9.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
Rose::BinaryAnalysis::ByteCode::Container Class Referenceabstract

Description

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>

Inheritance diagram for Rose::BinaryAnalysis::ByteCode::Container:
Inheritance graph
[legend]
Collaboration diagram for Rose::BinaryAnalysis::ByteCode::Container:
Collaboration graph
[legend]

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.
 
SharedObjectoperator= (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::Ptrnamespaces_
 

Member Typedef Documentation

◆ Ptr

Shared ownership pointer.

Definition at line 232 of file BinaryAnalysis/ByteCode/Analysis.h.

Member Data Documentation

◆ namespaces_

std::vector<Namespace::Ptr> Rose::BinaryAnalysis::ByteCode::Container::namespaces_
protected

Definition at line 248 of file BinaryAnalysis/ByteCode/Analysis.h.


The documentation for this class was generated from the following file: