12 inline filesystem::path ThroughTmpFileWriter::GetTmpFilePath ()
const
14 Require (not fTmpFilePath_.empty ());
17 inline filesystem::path ThroughTmpFileWriter::GetRealFilePath ()
const
19 Require (not fRealFilePath_.empty ());
20 return fRealFilePath_;
27 Require (not fRealFilePath_.empty ());
28 if (not fTmpFilePath_.empty ()) {
31 return fRealFilePath_;
nonvirtual filesystem::path GetFilePath() const