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. | |
Struct handling the size and buffer of a flow.
Struct handling the size and buffer of a flow.