C# Class KopiLua.InstructionPtr

Show file Open project: mlnlover11/KopiLua-v5.1.5 Class Usage Examples

Public Properties

Property Type Description
codes Instruction[]
pc int

Public Methods

Method Description
Assign ( InstructionPtr ptr ) : InstructionPtr
InstructionPtr ( ) : System
InstructionPtr ( Instruction codes, int pc ) : System
dec ( InstructionPtr &ptr ) : InstructionPtr
inc ( InstructionPtr &ptr ) : InstructionPtr
operator ( ) : bool
this ( int index ) : Instruction

Method Details

Assign() public static method

public static Assign ( InstructionPtr ptr ) : InstructionPtr
ptr InstructionPtr
return InstructionPtr

InstructionPtr() public method

public InstructionPtr ( ) : System
return System

InstructionPtr() public method

public InstructionPtr ( Instruction codes, int pc ) : System
codes Instruction
pc int
return System

dec() public static method

public static dec ( InstructionPtr &ptr ) : InstructionPtr
ptr InstructionPtr
return InstructionPtr

inc() public static method

public static inc ( InstructionPtr &ptr ) : InstructionPtr
ptr InstructionPtr
return InstructionPtr

operator() public static method

public static operator ( ) : bool
return bool

this() public method

public this ( int index ) : Instruction
index int
return Instruction

Property Details

codes public property

public Instruction[] codes
return Instruction[]

pc public property

public int pc
return int