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