NVIDIA Holoscan SDK v2.7.0
Holoscan v2.7.0

Class DataBuffer::BufferForward

This class is a nested type of Class DataBuffer.

Base Type

class BufferForward : public holoscan::inference::Buffer

Helper class for backwards compatibility, forwards calls to other buffer class.

Unnamed Group

inline void *data() override

Buffer class virtual members implemented by this class

inline size_t size() const override
inline size_t get_bytes() const override
inline void resize(size_t number_of_elements) override

Public Functions

inline explicit BufferForward(std::shared_ptr<Buffer> &buffer)
BufferForward() = delete

Previous Class DataBuffer
Next Class DataProcessor
© Copyright 2022-2024, NVIDIA. Last updated on Dec 2, 2024.