Canola
0.8.D001
|
#include <rm.h>
Public Member Functions | |
virtual | ~interpose_memory_rm () |
Static Public Member Functions | |
static pointer | create (const pointer &deeper, const location::pointer &start) |
Private Member Functions | |
interpose_memory_rm (const pointer &deeper, const location::pointer &start) | |
interpose_memory_rm () | |
interpose_memory_rm (const interpose_memory_rm &rhs) | |
interpose_memory_rm & | operator= (const interpose_memory_rm &rhs) |
The interpose_memory_rm class is used to represent processing of the RM3~ {n} sequence into a single opcode.
interpose_memory_rm::~interpose_memory_rm | ( | ) | [virtual] |
interpose_memory_rm::interpose_memory_rm | ( | const pointer & | deeper, |
const location::pointer & | start | ||
) | [private] |
interpose_memory_rm::interpose_memory_rm | ( | ) | [private] |
The default constructor. Do not use.
interpose_memory_rm::interpose_memory_rm | ( | const interpose_memory_rm & | rhs | ) | [private] |
The copy constructor. Do not use.
rhs | The right hand side of the initialization. |
interpose::pointer interpose_memory_rm::create | ( | const pointer & | deeper, |
const location::pointer & | start | ||
) | [static] |
interpose_memory_rm& interpose_memory_rm::operator= | ( | const interpose_memory_rm & | rhs | ) | [private] |
The assignment operator. Do not use.
rhs | The right hand side of the assignment. |