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