ngfx::FileUtil::Lock
Public Functions
Name | |
---|---|
Lock(const std::string & path, uint32_t timeoutMs =3000) | |
~Lock() |
Public Attributes
Name | |
---|---|
std::string | lockPath |
uint32_t | timeoutMs |
Public Functions Documentation
function Lock
Lock(
const std::string & path,
uint32_t timeoutMs =3000
)
function ~Lock
~Lock()
Public Attributes Documentation
variable lockPath
std::string lockPath;
variable timeoutMs
uint32_t timeoutMs;
Updated on 3 April 2021 at 20:21:51 PDT