Definition at line 92 of file DataWriteRaw.cc.
References Error(), and str.
Referenced by Close(), and ~DataWriteRaw().
109 str <<
"ofstream::write() failed for '" <<
GetFileName() <<
"': " << strerror(errno) <<
" [errno=" << errno <<
"]";
120 str <<
"ofstream::close() failed for '" <<
GetFileName() <<
"': " << strerror(errno) <<
" [errno=" << errno <<
"]";
void WriteBlockHeader(uint32_t type, uint32_t ver, uint32_t cnt, uint32_t len)
int Error(const std::string &str)
const std::string & GetFileName() const