#include <AllocatorVk.h>
Definition at line 1497 of file AllocatorVk.h.
◆ type
◆ duplicate()
template<class T >
void front::Synco::duplicate |
( |
_Inout_opt_ T *& |
ptr | ) |
|
|
inline |
Definition at line 1521 of file AllocatorVk.h.
1521 {
1522 if (ptr != nullptr) {
1523 log_bad(
"take out box should be empty.\n");
1524 };
1525
1527
1528
1529 };
◆ salting()
template<class T >
Synco * front::Synco::salting |
( |
T *&& |
ptr | ) |
|
|
inline |
Definition at line 1506 of file AllocatorVk.h.
1506 {
1507 if (ptr == nullptr) {
1508 log_bad(
"what is shun? there is no shun.");
1509 };
1510
1511 shn = (uintptr_t)ptr;
1512
1513
1516
1517 return this;
1518 };
◆ stir_routine()
void front::Synco::stir_routine |
( |
| ) |
|
◆ id
type front::Synco::id = '0' |
◆ name
type front::Synco::name = 'B' |
◆ shn
uintptr_t front::Synco::shn |
The documentation for this struct was generated from the following files: