Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::Internal::RDaosObject::RAkeyRequest Struct Reference

Contains an attribute key and the associated IOVs for a single scatter-gather I/O request.

Definition at line 112 of file RDaos.hxx.

Public Member Functions

 RAkeyRequest (const AttributeKey_t a, const std::vector< d_iov_t > &iovs)
 
 RAkeyRequest (const AttributeKey_t a, std::vector< d_iov_t > &&iovs)
 

Public Attributes

AttributeKey_t fAkey {}
 
std::vector< d_iov_tfIovs {}
 

#include <ROOT/RDaos.hxx>

Constructor & Destructor Documentation

◆ RAkeyRequest() [1/2]

ROOT::Experimental::Internal::RDaosObject::RAkeyRequest::RAkeyRequest ( const AttributeKey_t  a,
const std::vector< d_iov_t > &  iovs 
)
inline

Definition at line 116 of file RDaos.hxx.

◆ RAkeyRequest() [2/2]

ROOT::Experimental::Internal::RDaosObject::RAkeyRequest::RAkeyRequest ( const AttributeKey_t  a,
std::vector< d_iov_t > &&  iovs 
)
inline

Definition at line 117 of file RDaos.hxx.

Member Data Documentation

◆ fAkey

AttributeKey_t ROOT::Experimental::Internal::RDaosObject::RAkeyRequest::fAkey {}

Definition at line 113 of file RDaos.hxx.

◆ fIovs

std::vector<d_iov_t> ROOT::Experimental::Internal::RDaosObject::RAkeyRequest::fIovs {}

Definition at line 114 of file RDaos.hxx.

Collaboration diagram for ROOT::Experimental::Internal::RDaosObject::RAkeyRequest:
[legend]

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