Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
ArchiveFile_Zip::LFH_Copier Struct Reference

Public Member Functions

 LFH_Copier (u8 *lfh_dst, size_t lfh_bytes_remaining)
 
Status operator() (const u8 *block, size_t size) const
 

Public Attributes

u8lfh_dst
 
size_t lfh_bytes_remaining
 

Detailed Description

Definition at line 363 of file archive_zip.cpp.

Constructor & Destructor Documentation

ArchiveFile_Zip::LFH_Copier::LFH_Copier ( u8 lfh_dst,
size_t  lfh_bytes_remaining 
)
inline

Definition at line 365 of file archive_zip.cpp.

Member Function Documentation

Status ArchiveFile_Zip::LFH_Copier::operator() ( const u8 block,
size_t  size 
) const
inline

Definition at line 377 of file archive_zip.cpp.

Member Data Documentation

size_t ArchiveFile_Zip::LFH_Copier::lfh_bytes_remaining
mutable

Definition at line 388 of file archive_zip.cpp.

u8* ArchiveFile_Zip::LFH_Copier::lfh_dst
mutable

Definition at line 387 of file archive_zip.cpp.


The documentation for this struct was generated from the following file: