#include <string>
#include <vector>
#include "rose.h"
#include "object.h"
Go to the source code of this file.
Classes | |
class | risc::Variable |
This class represents a variable in a module. More... | |
Namespaces | |
namespace | risc |
Typedefs | |
typedef std::vector< Variable * > ::iterator | risc::VariableVectorIter |
typedef std::vector< Variable * > ::const_iterator | risc::VariableVectorConstIter |