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

Description

Base class for ByteCode Attribute.

An Attribute stores information about an attribute.

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

#include <Rose/BinaryAnalysis/ByteCode/Analysis.h>

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

Public Types

using Ptr = Sawyer::SharedPointer< Attribute >
 Shared ownership pointers.
 

Public Member Functions

virtual std::string name () const =0
 
- 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< Attribute >
SharedPointer< Attribute > sharedFromThis ()
 Create a shared pointer from this.
 
SharedPointer< const Attribute > sharedFromThis () const
 Create a shared pointer from this.
 

Member Typedef Documentation

◆ Ptr

Shared ownership pointers.

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


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