|
RTC Toolkit 5.1.0
|
#include <repositoryIf.hpp>
Additional Inherited Members | |
Public Member Functions inherited from rtctk::componentFramework::BufferTooSmall | |
| BufferTooSmall (const std::size_t actual, const std::size_t expected) | |
| Construct exception object. | |
| BufferTooSmall (const std::size_t actual, const std::size_t expected, const std::string &reason) | |
| Construct exception object. | |
| std::size_t | GetActualBufferSize () const |
| std::size_t | GetExpectedBufferSize () const |
Public Member Functions inherited from rtctk::componentFramework::RtctkException | |
| RtctkException () noexcept | |
| RtctkException (const std::string &msg) | |
| RtctkException (const RtctkException &other) noexcept | |
| ~RtctkException () override=default | |
Protected Attributes inherited from rtctk::componentFramework::BufferTooSmall | |
| std::size_t | m_actual |
| std::size_t | m_expected |