Definition at line 237 of file kaldi-io.cc.
◆ StandardOutputImpl()
◆ ~StandardOutputImpl()
Definition at line 265 of file kaldi-io.cc.
References KALDI_ERR.
267 std::cout << std::flush;
268 if (std::cout.fail())
269 KALDI_ERR <<
"Error writing to standard output";
◆ Close()
◆ Open()
virtual bool Open |
( |
const std::string & |
filename, |
|
|
bool |
binary |
|
) |
| |
|
inlinevirtual |
Implements OutputImplBase.
Definition at line 241 of file kaldi-io.cc.
References KALDI_ERR.
243 "open called on already open file.";
245 _setmode(_fileno(stdout), binary ? _O_BINARY : _O_TEXT);
◆ Stream()
virtual std::ostream& Stream |
( |
| ) |
|
|
inlinevirtual |
◆ is_open_
The documentation for this class was generated from the following file: