ilang  1.1.4
ILAng: A Modeling and Verification Platform for SoCs
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros
Classes | Namespaces | Typedefs
instr.h File Reference
#include <memory>
#include <set>
#include <string>
#include <ilang/ila/hash_ast.h>
#include <ilang/ila/object.h>

Go to the source code of this file.

Classes

class  ilang::Instr
 The class for the Instruction. An Instr object contains: More...
 

Namespaces

 ilang
 

Typedefs

typedef Instr::InstrPtr ilang::InstrPtr
 Pointer type for normal use of Instr.
 
typedef Instr::InstrCnstPtr ilang::InstrCnstPtr
 Pointer type for read-only use of Instr.
 
typedef std::vector< InstrPtr > ilang::InstrVec
 Type for storing a set of Instr.
 

Detailed Description

Class Instr - the object representing an instruction.