ROSE  0.11.98.0
Public Member Functions | List of all members
Rose::BinaryAnalysis::Partitioner2::DataBlockConfig Class Reference

Description

Configuration information for a data block.

Definition at line 82 of file Config.h.

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

Public Member Functions

 DataBlockConfig (rose_addr_t va)
 Configuration information for a data block. More...
 
rose_addr_t address () const
 Property: starting address. More...
 
const std::string & name () const
 Property: name. More...
 
DataBlockConfigname (const std::string &s)
 Property: name. More...
 
const std::string & comment () const
 Property: comment. More...
 
DataBlockConfigcomment (const std::string &s)
 Property: comment. More...
 
const SourceLocationsourceLocation () const
 Property: Location of data block in source code.
 
DataBlockConfigsourceLocation (const SourceLocation &loc)
 Property: Location of data block in source code.
 

Constructor & Destructor Documentation

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

Configuration information for a data block.

Definition at line 93 of file Config.h.

Member Function Documentation

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

Property: starting address.

Addresses are read-only and specified in the constructor.

Definition at line 98 of file Config.h.

const std::string& Rose::BinaryAnalysis::Partitioner2::DataBlockConfig::name ( ) const
inline

Property: name.

A data block may have an optional name.

Definition at line 105 of file Config.h.

DataBlockConfig& Rose::BinaryAnalysis::Partitioner2::DataBlockConfig::name ( const std::string &  s)
inline

Property: name.

A data block may have an optional name.

Definition at line 106 of file Config.h.

const std::string& Rose::BinaryAnalysis::Partitioner2::DataBlockConfig::comment ( ) const
inline

Property: comment.

A data block may have a multi-line, plain-text, ASCII comment.

Definition at line 114 of file Config.h.

DataBlockConfig& Rose::BinaryAnalysis::Partitioner2::DataBlockConfig::comment ( const std::string &  s)
inline

Property: comment.

A data block may have a multi-line, plain-text, ASCII comment.

Definition at line 115 of file Config.h.


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