helib::ScratchCell Class Reference
A class to help manage the allocation of temporary Ctxt objects. More...
Public Member Functions | |
ScratchCell (const Ctxt &c) | |
ScratchCell (ScratchCell &&other) | |
Public Attributes | |
std::atomic_bool | used |
std::unique_ptr< Ctxt > | ct |
Detailed Description
A class to help manage the allocation of temporary Ctxt objects.
Constructor & Destructor Documentation
◆ ScratchCell() [1/2]
|
inline |
◆ ScratchCell() [2/2]
|
inline |
Member Data Documentation
◆ ct
std::unique_ptr<Ctxt> helib::ScratchCell::ct |
◆ used
std::atomic_bool helib::ScratchCell::used |