ZipArchive :: operator= - Assign zip archive
The function allows assigning a file, i.e. it refers to the same internal file objects as cZipArchive. The reference count for the internal file object will be increased.
The function is also called when using the assign operator in OSI scripts.
Return value: - internal feature (not documented) ( odaba::utils::ZipArchive & )
Implementation details
odaba::utils::ZipArchive &
ZipArchive  :: operator= ( odaba::utils::ZipArchive &cZipArchive )
- cZipArchive - - Title unknown