File entry in zip file.  
 More...
#include <zip_file_entry.h>
◆ ZipFileEntry() [1/2]
      
        
          | clan::ZipFileEntry::ZipFileEntry | ( |  | ) |  | 
      
 
 
◆ ZipFileEntry() [2/2]
      
        
          | clan::ZipFileEntry::ZipFileEntry | ( | const ZipFileEntry & | copy | ) |  | 
      
 
 
◆ ~ZipFileEntry()
      
        
          | clan::ZipFileEntry::~ZipFileEntry | ( |  | ) |  | 
      
 
 
◆ get_archive_filename()
      
        
          | std::string clan::ZipFileEntry::get_archive_filename | ( |  | ) | const | 
      
 
Returns the filename of file entry. 
 
 
◆ get_compressed_size()
      
        
          | int64_t clan::ZipFileEntry::get_compressed_size | ( |  | ) |  | 
      
 
Returns the compressed size of file entry. 
 
 
◆ get_input_filename()
      
        
          | std::string clan::ZipFileEntry::get_input_filename | ( |  | ) | const | 
      
 
Returns the filename of file entry. 
 
 
◆ get_uncompressed_size()
      
        
          | int64_t clan::ZipFileEntry::get_uncompressed_size | ( |  | ) |  | 
      
 
Returns the uncompressed size of file entry. 
 
 
◆ is_directory()
      
        
          | bool clan::ZipFileEntry::is_directory | ( |  | ) | const | 
      
 
 
◆ operator=()
Copy assignment operator. 
 
 
◆ set_archive_filename()
      
        
          | void clan::ZipFileEntry::set_archive_filename | ( | const std::string & | filename | ) |  | 
      
 
Sets the filename of the file inside the archive. 
 
 
◆ set_directory()
      
        
          | void clan::ZipFileEntry::set_directory | ( | bool | is_directory | ) |  | 
      
 
Set directory. 
- Parameters
- 
  
  
 
 
◆ set_input_filename()
      
        
          | void clan::ZipFileEntry::set_input_filename | ( | const std::string & | filename | ) |  | 
      
 
Sets the filename of the file to be added to the archive. 
 
 
◆ ZipArchive
◆ ZipIODevice_FileEntry
  
  | 
        
          | friend class ZipIODevice_FileEntry |  | friend | 
 
 
The documentation for this class was generated from the following file: