InputImplBase Class Referenceabstract
Inheritance diagram for InputImplBase:

Public Member Functions

virtual bool Open (const std::string &filename, bool binary)=0
 
virtual std::istream & Stream ()=0
 
virtual int32 Close ()=0
 
virtual InputType MyType ()=0
 
virtual ~InputImplBase ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ~InputImplBase()

virtual ~InputImplBase ( )
inlinevirtual

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

378 { }

Member Function Documentation

◆ Close()

virtual int32 Close ( )
pure virtual

◆ MyType()

virtual InputType MyType ( )
pure virtual

◆ Open()

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

◆ Stream()

virtual std::istream& Stream ( )
pure virtual

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