NVIDIA Holoscan SDK v2.3.0
Holoscan v2.3.0

Class IOSpec::IOSize

This class is a nested type of Class IOSpec.

class IOSize

Input/Output size.

Public Functions

inline explicit IOSize(int64_t size = 0)

Construct a new IOSize object.

Parameters

size – The size of the input/output.

inline void size(int64_t size)

Set the size of the input/output.

Parameters

size – The new size of the input/output.

inline int64_t size() const

Get the size of the input/output.

Returns

The size of the input/output.

inline operator int64_t() const

Cast the IOSize to int64_t.

Returns

The size of the input/output.

Previous Class IOSpec
Next Class Logger
© Copyright 2022-2024, NVIDIA. Last updated on Sep 6, 2024.