class ScopedTempFile

Defined at line 15 of file ../../src/developer/debug/zxdb/common/scoped_temp_file.h

Creates a unique open temp file on construction, closes and deletes it on destruction.

Public Methods

void ScopedTempFile ()

Defined at line 12 of file ../../src/developer/debug/zxdb/common/scoped_temp_file.cc

void ~ScopedTempFile ()

Defined at line 15 of file ../../src/developer/debug/zxdb/common/scoped_temp_file.cc

int fd ()

Defined at line 20 of file ../../src/developer/debug/zxdb/common/scoped_temp_file.h

const std::string & name ()

Defined at line 21 of file ../../src/developer/debug/zxdb/common/scoped_temp_file.h