|
Canola
0.8.D001
|
#include <m.h>
Public Member Functions | |
| virtual | ~interpose_memory_m () |
Static Public Member Functions | |
| static pointer | create (const pointer &deeper, const location::pointer &start) |
Private Member Functions | |
| interpose_memory_m (const pointer &deeper, const location::pointer &start) | |
| interpose_memory_m () | |
| interpose_memory_m (const interpose_memory_m &rhs) | |
| interpose_memory_m & | operator= (const interpose_memory_m &rhs) |
The interpose_memory_m class is used to represent the processing required to glue M3~ {n} together to make M(n) keys.
| interpose_memory_m::~interpose_memory_m | ( | ) | [virtual] |
| interpose_memory_m::interpose_memory_m | ( | const pointer & | deeper, |
| const location::pointer & | start | ||
| ) | [private] |
| interpose_memory_m::interpose_memory_m | ( | ) | [private] |
The default constructor. Do not use.
| interpose_memory_m::interpose_memory_m | ( | const interpose_memory_m & | rhs | ) | [private] |
The copy constructor. Do not use.
| rhs | The right hand side of the initialization. |
| interpose_memory_m::pointer interpose_memory_m::create | ( | const pointer & | deeper, |
| const location::pointer & | start | ||
| ) | [static] |
| interpose_memory_m& interpose_memory_m::operator= | ( | const interpose_memory_m & | rhs | ) | [private] |
The assignment operator. Do not use.
| rhs | The right hand side of the assignment. |
1.7.6.1