#include <BoundsChecker.hpp>
Definition at line 12 of file BoundsChecker.hpp.
◆ guardFront()
void NoBoundsChecking::guardFront |
( |
void * |
ptr, |
|
|
size_t |
size |
|
) |
| const |
|
inline |
◆ guardBack()
void NoBoundsChecking::guardBack |
( |
void * |
ptr, |
|
|
size_t |
size |
|
) |
| const |
|
inline |
◆ checkFront()
void NoBoundsChecking::checkFront |
( |
void * |
ptr, |
|
|
size_t |
size |
|
) |
| const |
|
inline |
◆ checkBack()
void NoBoundsChecking::checkBack |
( |
void * |
ptr, |
|
|
size_t |
size |
|
) |
| const |
|
inline |
◆ SizeFront
constexpr size_t lug::System::Memory::Policies::NoBoundsChecking::SizeFront = 0 |
|
static |
◆ SizeBack
constexpr size_t lug::System::Memory::Policies::NoBoundsChecking::SizeBack = 0 |
|
static |
The documentation for this class was generated from the following files: