xrootd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
XrdCl::ZipArchive::NewFile Struct Reference

LFH of a newly appended file (in case it needs to be overwritten) More...

Public Member Functions

 NewFile (uint64_t offset, std::unique_ptr< LFH > lfh)
 
 NewFile (NewFile &&nf)
 

Public Attributes

uint64_t offset
 
std::unique_ptr< LFHlfh
 
bool overwrt
 

Detailed Description

LFH of a newly appended file (in case it needs to be overwritten)

Constructor & Destructor Documentation

XrdCl::ZipArchive::NewFile::NewFile ( uint64_t  offset,
std::unique_ptr< LFH lfh 
)
inline
XrdCl::ZipArchive::NewFile::NewFile ( NewFile &&  nf)
inline

Member Data Documentation

std::unique_ptr<LFH> XrdCl::ZipArchive::NewFile::lfh
uint64_t XrdCl::ZipArchive::NewFile::offset
bool XrdCl::ZipArchive::NewFile::overwrt

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