Struct handling the size, alignment and number of flows per set.
More...
#include <cvb/driver/flow_set_pool.hpp>
|
| | FlowInfo (size_t size, size_t alignment) |
| | Construct a flow.
|
| |
| bool | operator== (const FlowInfo &other) const noexcept |
| | Compares to an other flow set info.
|
| |
| bool | operator!= (const FlowInfo &other) const noexcept |
| | Compares to an other flow set info.
|
| |
|
|
size_t | Size = 0 |
| | Flow size in bytes.
|
| |
|
size_t | Alignment = 0 |
| | Flow alignment in bytes.
|
| |
Struct handling the size, alignment and number of flows per set.
◆ FlowInfo()
| FlowInfo |
( |
size_t | size, |
|
|
size_t | alignment ) |
|
inline |
Construct a flow.
- Parameters
-
| [in] | size | Flow size in bytes. |
| [in] | alignment | Flow alignment in bytes. |
◆ operator!=()
| bool operator!= |
( |
const FlowInfo & | other | ) |
const |
|
inlinenoexcept |
Compares to an other flow set info.
- Parameters
-
| [in] | other | Other flow set info. |
- Returns
- True if not equal, otherwise false.
- Exceptions
-
| Does | not throw any exception. |
◆ operator==()
| bool operator== |
( |
const FlowInfo & | other | ) |
const |
|
inlinenoexcept |
Compares to an other flow set info.
- Parameters
-
| [in] | other | Other flow set info. |
- Returns
- True if equal, otherwise false.
- Exceptions
-
| Does | not throw any exception. |