ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
Loading...
Searching...
No Matches
Public Attributes | List of all members
ttg::iovec Struct Reference

#include <iovec.h>

Public Attributes

std::size_t num_bytes
 The number of bytes to read from / write to the memory location given by data.
 
void * data
 Pointer to the data to be read from / written to.
 

Detailed Description

Used to describe transfer payload in types using the

See also
SplitMetadataDescriptor.

Definition at line 12 of file iovec.h.

Member Data Documentation

◆ data

void* ttg::iovec::data

Pointer to the data to be read from / written to.

Definition at line 16 of file iovec.h.

◆ num_bytes

std::size_t ttg::iovec::num_bytes

The number of bytes to read from / write to the memory location given by data.

Definition at line 14 of file iovec.h.


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