|
Rebel Fork Framework
|
Public Types | |
| using | Pointer = ea::unique_ptr< unsigned char, DetourDeleter > |
Public Member Functions | |
| DetourAllocation (unsigned char *data, int dataSize) | |
| void | Release () |
| operator bool () const | |
| ByteSpan | ToByteSpan () const |
Public Attributes | |
| Pointer | data_ {} |
| int | dataSize_ {} |