libzypp  15.28.6
zypp::media::MediaBlock Struct Reference

a single block from the blocklist, consisting of an offset and a size More...

#include <MediaBlockList.h>

Public Member Functions

 MediaBlock (off_t off_r, size_t size_r)
 

Public Attributes

off_t off
 
size_t size
 

Detailed Description

a single block from the blocklist, consisting of an offset and a size

Definition at line 26 of file MediaBlockList.h.

Constructor & Destructor Documentation

zypp::media::MediaBlock::MediaBlock ( off_t  off_r,
size_t  size_r 
)
inline

Definition at line 27 of file MediaBlockList.h.

Member Data Documentation

off_t zypp::media::MediaBlock::off

Definition at line 31 of file MediaBlockList.h.

size_t zypp::media::MediaBlock::size

Definition at line 32 of file MediaBlockList.h.


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