#include <kaldi-pipebuf.h>
template<class CharType, class Traits = std::char_traits<CharType>>
class kaldi::basic_pipebuf< CharType, Traits >
Definition at line 62 of file kaldi-pipebuf.h.
◆ ThisType
◆ basic_pipebuf()
Definition at line 67 of file kaldi-pipebuf.h.
References KALDI_WARN.
68 : std::basic_filebuf<CharType, Traits>() {
69 this->_M_file.sys_open(fptr, mode);
70 if (!this->is_open()) {
76 this->_M_buf_size = BUFSIZ;
77 this->_M_allocate_internal_buffer();
78 this->_M_reading =
false;
79 this->_M_writing =
false;
80 this->_M_set_buffer(-1);
The documentation for this class was generated from the following file: