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< Ctxtct
 

Detailed Description

A class to help manage the allocation of temporary Ctxt objects.

Constructor & Destructor Documentation

◆ ScratchCell() [1/2]

helib::ScratchCell::ScratchCell ( const Ctxt c)
inline

◆ ScratchCell() [2/2]

helib::ScratchCell::ScratchCell ( ScratchCell &&  other)
inline

Member Data Documentation

◆ ct

std::unique_ptr<Ctxt> helib::ScratchCell::ct

◆ used

std::atomic_bool helib::ScratchCell::used