Searched refs:wxArchiveIterator (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Darchive.h163 // wxArchiveIterator
190 class wxArchiveIterator class
199 wxArchiveIterator() : m_rep(NULL) { } function in class:wxArchiveIterator
201 wxArchiveIterator(Arc& arc) { function in class:wxArchiveIterator
206 wxArchiveIterator(const wxArchiveIterator& it) : m_rep(it.m_rep) { function in class:wxArchiveIterator
211 ~wxArchiveIterator() {
224 wxArchiveIterator& operator =(const wxArchiveIterator& it) {
233 wxArchiveIterator
[all...]
H A Dtarstrm.h292 typedef wxArchiveIterator<wxTarInputStream> wxTarIter;
293 typedef wxArchiveIterator<wxTarInputStream,
H A Dzipstrm.h456 typedef wxArchiveIterator<wxZipInputStream> wxZipIter;
457 typedef wxArchiveIterator<wxZipInputStream,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Darchive.tex461 \section{\class{wxArchiveIterator}}\label{wxarchiveiterator}
470 class wxArchiveIterator
473 wxArchiveIterator();
476 wxArchiveIterator(Arc& arc) {
492 typedef wxArchiveIterator<wxArchiveInputStream> wxArchiveIter;
494 typedef wxArchiveIterator<wxArchiveInputStream,
503 typedef wxArchiveIterator<wxZipInputStream> wxZipIter;
505 typedef wxArchiveIterator<wxZipInputStream,
529 typedef wxArchiveIterator<wxZipInputStream, ZipEntryPtr> ZipIter;
554 typedef wxArchiveIterator<wxZipInputStrea
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/archive/
H A Darchivetest.cpp1039 typedef wxArchiveIterator<InputStreamT, Ptr<EntryT> > Iter;
1069 typedef wxArchiveIterator<InputStreamT,
1095 typedef wxArchiveIterator<InputStreamT,

Completed in 61 milliseconds