Header file that defines FileEntry. More...
#include "zipios-config.h"#include <string>#include <vector>#include "meta-iostreams.h"#include "simplesmartptr.h"#include "zipios_defs.h"Go to the source code of this file.
Classes | |
| class | zipios::FileEntry |
| A FileEntry represents an entry in a FileCollection. More... | |
| class | zipios::FileEntry::MatchFileName |
| Function object to be used with the STL find_if algorithm to find a FileEntry in a container, which name (as obtained with FileEntry::getFileName()) is identical to the name specified in the MatchName constructor. More... | |
| class | zipios::FileEntry::MatchName |
| Function object to be used with the STL find_if algorithm to find a FileEntry in a container, which name (as obtained with FileEntry::getName()) is identical to the name specified in the MatchName constructor. More... | |
Namespaces | |
| namespace | zipios |
Typedefs | |
| typedef vector< EntryPointer > | zipios::ConstEntries |
| ConstEntries is a vector of ConstEntryPointer's. | |
| typedef SimpleSmartPointer < const FileEntry > | zipios::ConstEntryPointer |
| ConstEntryPointer is a SimpleSmartPointer for const FileEntry's. | |
| typedef vector< EntryPointer > | zipios::Entries |
| Entries is a vector of EntryPointer's. | |
| typedef SimpleSmartPointer < FileEntry > | zipios::EntryPointer |
| EntryPointer is a SimpleSmartPointer for FileEntry's. | |
Enumerations | |
| enum | zipios::StorageMethod { zipios::STORED = 0, zipios::SHRUNK, zipios::REDUCED1, zipios::REDUCED2, zipios::REDUCED3, zipios::REDUCED4, zipios::IMPLODED, zipios::RESERVED, zipios::DEFLATED } |
The types used with FileEntry::setMethod and FileEntry::getMethod. More... | |
Functions | |
| ostream & | zipios::operator<< (ostream &os, const ConstEntryPointer &entry) |
| ostream & | zipios::operator<< (ostream &os, const FileEntry &entry) |
Header file that defines FileEntry.
Definition in file fileentry.h.
1.6.1