NcEngine
nc::SupportBuffer Class Reference

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
 
SupportBufferoperator= (SupportBuffer &&other) noexcept
 
 SupportBuffer (const SupportBuffer &)=delete
 
SupportBufferoperator= (const SupportBuffer &)=delete
 

Static Public Member Functions

static auto GetDefault () -> SupportBuffer &
 Get the global SupportBuffer for use with single-threaded calls to support functions.
 

Detailed Description

Wrapper around a scratch buffer used by support functions.


The documentation for this class was generated from the following file: