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::Namespace Class Reference

Description

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>

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

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

Member Typedef Documentation

◆ Ptr

Shared ownership pointer.

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

Member Data Documentation

◆ classes_

std::vector<ByteCode::Class::Ptr> Rose::BinaryAnalysis::ByteCode::Namespace::classes_
protected

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


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