ROSE 0.11.145.147
|
Configuration information for a data block.
Definition at line 82 of file Configuration.h.
#include <Rose/BinaryAnalysis/Partitioner2/Configuration.h>
Public Member Functions | |
DataBlockConfiguration (rose_addr_t va) | |
Configuration information for a data block. | |
rose_addr_t | address () const |
Property: starting address. | |
const std::string & | name () const |
Property: name. | |
DataBlockConfiguration & | name (const std::string &s) |
Property: name. | |
const std::string & | comment () const |
Property: comment. | |
DataBlockConfiguration & | comment (const std::string &s) |
Property: comment. | |
const SourceLocation & | sourceLocation () const |
Property: Location of data block in source code. | |
DataBlockConfiguration & | sourceLocation (const SourceLocation &loc) |
Property: Location of data block in source code. | |
|
inline |
Definition at line 90 of file Configuration.h.
|
inlineexplicit |
Configuration information for a data block.
Definition at line 93 of file Configuration.h.
|
inline |
Property: starting address.
Addresses are read-only and specified in the constructor.
Definition at line 98 of file Configuration.h.
|
inline |
Property: name.
A data block may have an optional name.
Definition at line 105 of file Configuration.h.
|
inline |
Property: name.
A data block may have an optional name.
Definition at line 106 of file Configuration.h.
|
inline |
Property: comment.
A data block may have a multi-line, plain-text, ASCII comment.
Definition at line 114 of file Configuration.h.
|
inline |
Property: comment.
A data block may have a multi-line, plain-text, ASCII comment.
Definition at line 115 of file Configuration.h.
|
inline |
Property: Location of data block in source code.
Definition at line 121 of file Configuration.h.
|
inline |
Property: Location of data block in source code.
Definition at line 122 of file Configuration.h.