ROSE  0.9.12.28
Public Member Functions | Public Attributes | List of all members
Rose::BinaryAnalysis::StackVariable Struct Reference

Description

A multi-byte variable that appears on the stack.

Definition at line 66 of file BinaryStackVariable.h.

#include <BinaryStackVariable.h>

Collaboration diagram for Rose::BinaryAnalysis::StackVariable:
Collaboration graph
[legend]

Public Member Functions

 StackVariable (const StackVariableLocation &location, const StackVariableMeta &meta)
 

Public Attributes

StackVariableLocation location
 Location of the stack variable. More...
 
StackVariableMeta meta
 Meta-data for the stack variable. More...
 

Member Data Documentation

StackVariableLocation Rose::BinaryAnalysis::StackVariable::location

Location of the stack variable.

Definition at line 67 of file BinaryStackVariable.h.

StackVariableMeta Rose::BinaryAnalysis::StackVariable::meta

Meta-data for the stack variable.

Definition at line 68 of file BinaryStackVariable.h.


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