Definition at line 199 of file kaldi-io.cc.
◆ ~FileOutputImpl()
◆ Close()
◆ Open()
virtual bool Open |
( |
const std::string & |
filename, |
|
|
bool |
binary |
|
) |
| |
|
inlinevirtual |
Implements OutputImplBase.
Definition at line 201 of file kaldi-io.cc.
References KALDI_ERR, and MapOsPath.
202 if (
os_.is_open())
KALDI_ERR <<
"FileOutputImpl::Open(), " 203 <<
"open called on already open file.";
206 binary ? std::ios_base::out | std::ios_base::binary
207 : std::ios_base::out);
208 return os_.is_open();
◆ Stream()
virtual std::ostream& Stream |
( |
| ) |
|
|
inlinevirtual |
◆ filename_
◆ os_
The documentation for this class was generated from the following file: