Definition at line 381 of file kaldi-io.cc.
◆ ~FileInputImpl()
◆ Close()
◆ MyType()
◆ Open()
virtual bool Open |
( |
const std::string & |
filename, |
|
|
bool |
binary |
|
) |
| |
|
inlinevirtual |
Implements InputImplBase.
Definition at line 383 of file kaldi-io.cc.
References KALDI_ERR, and MapOsPath.
384 if (
is_.is_open())
KALDI_ERR <<
"FileInputImpl::Open(), " 385 <<
"open called on already open file.";
387 binary ? std::ios_base::in | std::ios_base::binary
388 : std::ios_base::in);
389 return is_.is_open();
◆ Stream()
virtual std::istream& Stream |
( |
| ) |
|
|
inlinevirtual |
◆ is_
The documentation for this class was generated from the following file: