Public Member Functions | Public Attributes | List of all members
FlowInfo Struct Reference

Struct handling the size, alignment and number of flows per set. More...

#include <cvb/driver/flow_set_pool.hpp>

Public Member Functions

 FlowInfo (size_t size, size_t alignment)
 Construct a flow. More...
 

Public Attributes

size_t Size = 0
 Flow size in bytes.
 
size_t Alignment = 0
 Flow alignment in bytes.
 

Detailed Description

Struct handling the size, alignment and number of flows per set.

Constructor & Destructor Documentation

◆ FlowInfo()

FlowInfo ( size_t  size,
size_t  alignment 
)
inline

Construct a flow.

Parameters
[in]sizeFlow size in bytes.
[in]alignmentFlow alignment in bytes.