Searched refs:wxArchiveOutputStream (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Darchive.cpp44 // wxArchiveOutputStream
46 wxArchiveOutputStream::wxArchiveOutputStream(wxOutputStream& stream, function in class:wxArchiveOutputStream
53 wxArchiveOutputStream::wxArchiveOutputStream(wxOutputStream *stream, function in class:wxArchiveOutputStream
H A Dtarstrm.cpp1054 : wxArchiveOutputStream(stream, conv)
1062 : wxArchiveOutputStream(stream, conv)
H A Dzipstrm.cpp1963 : wxArchiveOutputStream(stream, conv)
1971 : wxArchiveOutputStream(stream, conv)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Darchive.h119 // wxArchiveOutputStream
122 // the entry's data is written to the wxArchiveOutputStream.
130 class WXDLLIMPEXP_BASE wxArchiveOutputStream : public wxFilterOutputStream class in inherits:wxFilterOutputStream
133 virtual ~wxArchiveOutputStream() { }
152 wxArchiveOutputStream(wxOutputStream& stream, wxMBConv& conv);
153 wxArchiveOutputStream(wxOutputStream *stream, wxMBConv& conv);
320 typedef wxArchiveOutputStream outstream_type;
333 wxArchiveOutputStream *NewStream(wxOutputStream& stream) const
337 wxArchiveOutputStream *NewStream(wxOutputStream *stream) const
363 virtual wxArchiveOutputStream *DoNewStrea
[all...]
H A Dtarstrm.h209 class WXDLLIMPEXP_BASE wxTarOutputStream : public wxArchiveOutputStream
338 wxArchiveOutputStream *DoNewStream(wxOutputStream& stream) const
342 wxArchiveOutputStream *DoNewStream(wxOutputStream *stream) const
H A Dzipstrm.h274 class WXDLLIMPEXP_BASE wxZipOutputStream : public wxArchiveOutputStream
502 wxArchiveOutputStream *DoNewStream(wxOutputStream& stream) const
506 wxArchiveOutputStream *DoNewStream(wxOutputStream *stream) const
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Darchive.tex53 \helpref{wxArchiveOutputStream}{wxarchiveoutputstream}\\
167 \constfunc{wxArchiveOutputStream*}{NewStream}{\param{wxOutputStream\& }{stream}}
171 \constfunc{wxArchiveOutputStream*}{NewStream}{\param{wxOutputStream* }{stream}}
235 \helpref{wxArchiveOutputStream}{wxarchiveoutputstream}\\
417 \helpref{wxArchiveOutputStream}{wxarchiveoutputstream}
572 \helpref{wxArchiveOutputStream}{wxarchiveoutputstream}
650 \helpref{wxArchiveOutputStream}{wxarchiveoutputstream}
667 \section{\class{wxArchiveOutputStream}}\label{wxarchiveoutputstream}
674 written to the wxArchiveOutputStream. Another call to PutNextEntry()
694 \membersection{wxArchiveOutputStream
[all...]
H A Darc.tex253 \twocolitem{\helpref{wxArchiveOutputStream}{wxarchiveoutputstream}}{Output stream}
270 auto_ptr<wxArchiveOutputStream> outarc(factory->NewStream(out));
412 auto_ptr<wxArchiveOutputStream> outarc(factory->NewStream(out));
450 auto_ptr<wxArchiveOutputStream> outarc(factory->NewStream(out));
H A Dtarstrm.tex368 \helpref{wxArchiveOutputStream}{wxarchiveoutputstream}
455 See \helpref{wxArchiveOutputStream::CopyArchiveMetaData}{wxarchiveoutputstreamcopyarchivemetadata}.
H A Dzipstrm.tex597 \helpref{wxArchiveOutputStream}{wxarchiveoutputstream}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/archive/
H A Darchivetest.cpp1233 auto_ptr<wxArchiveOutputStream> arc(m_factory->NewStream(out));

Completed in 94 milliseconds