Searched refs:wxPipeInputStream (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dexeccmn.cpp52 void Init(wxPipeInputStream *stream);
61 wxPipeInputStream *m_stream;
79 inline void wxStreamTempInputBuffer::Init(wxPipeInputStream *stream)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/unix/
H A Dpipe.h96 // wxPipeInputStream: stream for reading from a pipe
99 class wxPipeInputStream : public wxFileInputStream class in inherits:wxFileInputStream
102 wxPipeInputStream(int fd) : wxFileInputStream(fd) { } function in class:wxPipeInputStream
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dutilsexc.cpp155 class wxPipeInputStream: public wxInputStream class in inherits:wxInputStream
158 wxPipeInputStream(HANDLE hInput);
159 virtual ~wxPipeInputStream();
173 DECLARE_NO_COPY_CLASS(wxPipeInputStream)
350 wxPipeInputStream::wxPipeInputStream(HANDLE hInput) function in class:wxPipeInputStream
355 wxPipeInputStream::~wxPipeInputStream()
361 bool wxPipeInputStream::CanRead() const
368 wxPipeInputStream * cons
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dutilsunx.cpp415 bool wxPipeInputStream::CanRead() const
650 wxPipeInputStream *outStream =
651 new wxPipeInputStream(pipeOut.Detach(wxPipe::Read));
653 wxPipeInputStream *errStream =
654 new wxPipeInputStream(pipeErr.Detach(wxPipe::Read));

Completed in 115 milliseconds