ROSE  0.11.145.0
Public Member Functions | List of all members
Rose::BinaryAnalysis::Partitioner2::AddressConfiguration Class Reference

Description

Configuration for individual addresses.

If the address is the start of a function, basic block, or data block, then use one of those configuration objects instead.

Definition at line 239 of file Configuration.h.

#include <Rose/BinaryAnalysis/Partitioner2/Configuration.h>

Public Member Functions

 AddressConfiguration (rose_addr_t va)
 Construct a new address configuration object. More...
 
rose_addr_t address () const
 Property: address. More...
 
const std::string & name () const
 Property: name.
 
AddressConfigurationname (const std::string &s)
 Property: name.
 
const std::string & comment () const
 Property: comment string.
 
AddressConfigurationcomment (const std::string &s)
 Property: comment string.
 
const SourceLocationsourceLocation () const
 Property: Location of address within source code.
 
AddressConfigurationsourceLocation (const SourceLocation &loc)
 Property: Location of address within source code.
 

Constructor & Destructor Documentation

Rose::BinaryAnalysis::Partitioner2::AddressConfiguration::AddressConfiguration ( rose_addr_t  va)
inlineexplicit

Construct a new address configuration object.

Definition at line 250 of file Configuration.h.

Member Function Documentation

rose_addr_t Rose::BinaryAnalysis::Partitioner2::AddressConfiguration::address ( ) const
inline

Property: address.

The address property is read-only, set by the constructor.

Definition at line 256 of file Configuration.h.


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