Hermes  0.9.5-beta
Hierarchical Distributed I/O Buffering System
hermes::BoArgs Union Reference

#include <buffer_organizer.h>

Collaboration diagram for hermes::BoArgs:

Public Attributes

struct {
   BufferID   src
 
   TargetID   dest
 
move_args
 
struct {
   BufferID   src
 
   TargetID   dest
 
copy_args
 
struct {
   BufferID   src
 
delete_args
 

Detailed Description

A union of structures to represent buffer organizer arguments

Member Data Documentation

◆ src

BufferID hermes::BoArgs::src

source buffer ID

◆ dest

TargetID hermes::BoArgs::dest

destination target ID

◆ 

struct { ... } hermes::BoArgs::move_args

A structure to represent move arguments

◆ 

struct { ... } hermes::BoArgs::copy_args

A structure to represent copy arguments

◆ 

struct { ... } hermes::BoArgs::delete_args

A structure to represent delete arguments


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