NcEngine
|
Wrapper around a scratch buffer used by support functions. More...
#include <SupportFunctions.h>
Public Member Functions | |
SupportBuffer () | |
Create a new SupportBuffer for use with multi-threaded calls to support functions. | |
SupportBuffer (SupportBuffer &&other) noexcept | |
SupportBuffer & | operator= (SupportBuffer &&other) noexcept |
SupportBuffer (const SupportBuffer &)=delete | |
SupportBuffer & | operator= (const SupportBuffer &)=delete |
Static Public Member Functions | |
static auto | GetDefault () -> SupportBuffer & |
Get the global SupportBuffer for use with single-threaded calls to support functions. | |
Wrapper around a scratch buffer used by support functions.