Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::Internal::RDaosContainer::ROidDkeyPair Struct Reference

A pair of <object ID, distribution key> that can be used to issue a fetch/update request for multiple attribute keys.

Definition at line 166 of file RDaos.hxx.

Classes

struct  Hash
 

Public Member Functions

bool operator== (const ROidDkeyPair &other) const
 

Public Attributes

DistributionKey_t dkey {}
 
daos_obj_id_t oid {}
 

#include <ROOT/RDaos.hxx>

Member Function Documentation

◆ operator==()

bool ROOT::Experimental::Internal::RDaosContainer::ROidDkeyPair::operator== ( const ROidDkeyPair other) const
inline

Definition at line 170 of file RDaos.hxx.

Member Data Documentation

◆ dkey

DistributionKey_t ROOT::Experimental::Internal::RDaosContainer::ROidDkeyPair::dkey {}

Definition at line 168 of file RDaos.hxx.

◆ oid

daos_obj_id_t ROOT::Experimental::Internal::RDaosContainer::ROidDkeyPair::oid {}

Definition at line 167 of file RDaos.hxx.

Collaboration diagram for ROOT::Experimental::Internal::RDaosContainer::ROidDkeyPair:
[legend]

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