#include <Memory.h>
|
| ~copy_policy ()=default |
|
template<class Dest , class Src > |
auto | copy (Dest &dest, const Src &src, std::size_t size) -> void |
|
template<class Dest , class Src > |
auto | copy (Dest &dest, const Src &src, std::size_t width, std::size_t height) -> void |
|
template<class Dest , class Src > |
auto | copy (Dest &dest, const Src &src, std::size_t width, std::size_t height, std::size_t depth) -> void |
|
Definition at line 37 of file Memory.h.
glados::def::copy_policy::~copy_policy |
( |
| ) |
|
|
protecteddefault |
template<class Dest , class Src >
auto glados::def::copy_policy::copy |
( |
Dest & |
dest, |
|
|
const Src & |
src, |
|
|
std::size_t |
size |
|
) |
| -> void
|
|
inlineprotected |
template<class Dest , class Src >
auto glados::def::copy_policy::copy |
( |
Dest & |
dest, |
|
|
const Src & |
src, |
|
|
std::size_t |
width, |
|
|
std::size_t |
height |
|
) |
| -> void
|
|
inlineprotected |
template<class Dest , class Src >
auto glados::def::copy_policy::copy |
( |
Dest & |
dest, |
|
|
const Src & |
src, |
|
|
std::size_t |
width, |
|
|
std::size_t |
height, |
|
|
std::size_t |
depth |
|
) |
| -> void
|
|
inlineprotected |
The documentation for this class was generated from the following file:
- /home/frust45/RISA/RISA/glados/include/glados/default/Memory.h