The BufferTooSmall is thrown when an API call fails because the provided buffer is not big enough to hold the data.
More...
#include <exceptions.hpp>
The BufferTooSmall is thrown when an API call fails because the provided buffer is not big enough to hold the data.
◆ BufferTooSmall()
rtctk::componentFramework::BufferTooSmall::BufferTooSmall |
( |
const std::size_t |
actual, |
|
|
const std::size_t |
expected |
|
) |
| |
|
explicit |
◆ GetActualBufferSize()
std::size_t rtctk::componentFramework::BufferTooSmall::GetActualBufferSize |
( |
| ) |
const |
|
inline |
◆ GetExpectedBufferSize()
std::size_t rtctk::componentFramework::BufferTooSmall::GetExpectedBufferSize |
( |
| ) |
const |
|
inline |
◆ m_actual
std::size_t rtctk::componentFramework::BufferTooSmall::m_actual |
|
protected |
◆ m_expected
std::size_t rtctk::componentFramework::BufferTooSmall::m_expected |
|
protected |
The documentation for this class was generated from the following files:
- componentFramework/services/common/src/include/rtctk/componentFramework/exceptions.hpp
- componentFramework/services/common/src/exceptions.cpp