.TH "fileentry.h" 3 "Mon Sep 22 2014" "Zipios++" \" -*- nroff -*- .ad l .nh .SH NAME fileentry.h \- .PP Header file that defines FileEntry\&. .SH SYNOPSIS .br .PP \fC#include 'zipios++/zipios-config\&.h'\fP .br \fC#include \fP .br \fC#include \fP .br \fC#include 'zipios++/meta-iostreams\&.h'\fP .br \fC#include 'zipios++/simplesmartptr\&.h'\fP .br \fC#include 'zipios++/zipios_defs\&.h'\fP .br .SS "Classes" .in +1c .ti -1c .RI "class \fBzipios::FileEntry\fP" .br .RI "\fIA \fBFileEntry\fP represents an entry in a \fBFileCollection\fP\&. \fP" .ti -1c .RI "class \fBzipios::FileEntry::MatchName\fP" .br .RI "\fIFunction object to be used with the STL find_if algorithm to find a \fBFileEntry\fP in a container, which name (as obtained with \fBFileEntry::getName()\fP) is identical to the name specified in the \fBMatchName\fP constructor\&. \fP" .ti -1c .RI "class \fBzipios::FileEntry::MatchFileName\fP" .br .RI "\fIFunction object to be used with the STL find_if algorithm to find a \fBFileEntry\fP in a container, which name (as obtained with \fBFileEntry::getFileName()\fP) is identical to the name specified in the \fBMatchName\fP constructor\&. \fP" .in -1c .SS "Typedefs" .in +1c .ti -1c .RI "typedef SimpleSmartPointer .br < FileEntry > \fBzipios::EntryPointer\fP" .br .RI "\fIEntryPointer is a \fBSimpleSmartPointer\fP for \fBFileEntry\fP's\&. \fP" .ti -1c .RI "typedef SimpleSmartPointer .br < const FileEntry > \fBzipios::ConstEntryPointer\fP" .br .RI "\fIConstEntryPointer is a \fBSimpleSmartPointer\fP for const \fBFileEntry\fP's\&. \fP" .ti -1c .RI "typedef vector< EntryPointer > \fBzipios::Entries\fP" .br .RI "\fIEntries is a vector of EntryPointer's\&. \fP" .ti -1c .RI "typedef vector< EntryPointer > \fBzipios::ConstEntries\fP" .br .RI "\fIConstEntries is a vector of ConstEntryPointer's\&. \fP" .in -1c .SS "Enumerations" .in +1c .ti -1c .RI "enum \fBStorageMethod\fP { \fBSTORED\fP = 0, \fBSHRUNK\fP, \fBREDUCED1\fP, \fBREDUCED2\fP, \fBREDUCED3\fP, \fBREDUCED4\fP, \fBIMPLODED\fP, \fBRESERVED\fP, \fBDEFLATED\fP }" .br .RI "\fIThe types used with FileEntry::setMethod and FileEntry::getMethod\&. \fP" .in -1c .SS "Functions" .in +1c .ti -1c .RI "ostream & \fBzipios::operator<<\fP (ostream &os, const FileEntry &entry)" .br .ti -1c .RI "ostream & \fBzipios::operator<<\fP (ostream &os, const ConstEntryPointer &entry)" .br .in -1c .SH "Detailed Description" .PP Header file that defines FileEntry\&. .PP Definition in file \fBfileentry\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for Zipios++ from the source code\&.