Definition at line 419 of file kaldi-io.cc.
◆ StandardInputImpl()
◆ ~StandardInputImpl()
◆ Close()
◆ MyType()
◆ Open()
virtual bool Open |
( |
const std::string & |
filename, |
|
|
bool |
binary |
|
) |
| |
|
inlinevirtual |
Implements InputImplBase.
Definition at line 423 of file kaldi-io.cc.
References KALDI_ERR.
425 "open called on already open file.";
428 _setmode(_fileno(stdin), binary ? _O_BINARY : _O_TEXT);
◆ Stream()
virtual std::istream& Stream |
( |
| ) |
|
|
inlinevirtual |
◆ is_open_
The documentation for this class was generated from the following file: