Public Member Functions | |
virtual bool | Open (const std::string &filename, bool binary)=0 |
virtual std::ostream & | Stream ()=0 |
virtual bool | Close ()=0 |
virtual | ~OutputImplBase () |
Definition at line 188 of file kaldi-io.cc.
|
inlinevirtual |
Definition at line 195 of file kaldi-io.cc.
|
pure virtual |
Implemented in PipeOutputImpl, StandardOutputImpl, and FileOutputImpl.
Referenced by Output::Close(), Output::~Output(), PipeInputImpl::~PipeInputImpl(), and PipeOutputImpl::~PipeOutputImpl().
Implemented in PipeOutputImpl, StandardOutputImpl, and FileOutputImpl.
Referenced by Output::Open().
|
pure virtual |
Implemented in PipeOutputImpl, StandardOutputImpl, and FileOutputImpl.
Referenced by Output::Open(), and Output::Stream().