XRootD
XrdEc::stripe_t Struct Reference

A buffer with stripe data and info on validity. More...

#include <XrdEcUtilities.hh>

+ Collaboration diagram for XrdEc::stripe_t:

Public Member Functions

 stripe_t (char *buffer, bool valid)
 

Public Attributes

char * buffer
 
bool valid
 

Detailed Description

A buffer with stripe data and info on validity.

Definition at line 45 of file XrdEcUtilities.hh.

Constructor & Destructor Documentation

◆ stripe_t()

XrdEc::stripe_t::stripe_t ( char *  buffer,
bool  valid 
)
inline

Constructor

Parameters
buffer: buffer with stripe data
valid: true if data are valid, false otherwise

Definition at line 53 of file XrdEcUtilities.hh.

53  : buffer( buffer ), valid( valid )
54  {
55  }

Member Data Documentation

◆ buffer

char* XrdEc::stripe_t::buffer

Definition at line 57 of file XrdEcUtilities.hh.

◆ valid

bool XrdEc::stripe_t::valid

Definition at line 58 of file XrdEcUtilities.hh.


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