CVB++ 14.0
Flow Struct Reference

Struct handling the size and buffer of a flow. More...

#include <cvb/driver/driver.hpp>

Public Member Functions

 Flow (size_t size=0, void *buffer=nullptr)
 Constructor.
 

Public Attributes

size_t Size
 Flow size in bytes.
 
void * Buffer
 The buffer.
 

Detailed Description

Struct handling the size and buffer of a flow.