OutputImplBase Class Referenceabstract
Inheritance diagram for OutputImplBase:

Public Member Functions

virtual bool Open (const std::string &filename, bool binary)=0
 
virtual std::ostream & Stream ()=0
 
virtual bool Close ()=0
 
virtual ~OutputImplBase ()
 

Detailed Description

Definition at line 188 of file kaldi-io.cc.

Constructor & Destructor Documentation

◆ ~OutputImplBase()

virtual ~OutputImplBase ( )
inlinevirtual

Definition at line 195 of file kaldi-io.cc.

195 { }

Member Function Documentation

◆ Close()

◆ Open()

virtual bool Open ( const std::string &  filename,
bool  binary 
)
pure virtual

Implemented in PipeOutputImpl, StandardOutputImpl, and FileOutputImpl.

Referenced by Output::Open().

◆ Stream()

virtual std::ostream& Stream ( )
pure virtual

The documentation for this class was generated from the following file: