Zserio C++ runtime library
1.0.0
Built for Zserio 2.13.0
|
#include <BitStreamWriter.h>
Additional Inherited Members | |
![]() | |
CppRuntimeException (const char *message="") | |
const char * | what () const noexceptoverride |
void | append (const char *message) |
void | append (const char *message, size_t messageLen) |
~CppRuntimeException () override=default | |
CppRuntimeException (const CppRuntimeException &other)=default | |
CppRuntimeException & | operator= (const CppRuntimeException &other)=default |
CppRuntimeException (CppRuntimeException &&other)=default | |
CppRuntimeException & | operator= (CppRuntimeException &&other)=default |
Exception throw in case of insufficient capacity of the given buffer.
Definition at line 25 of file BitStreamWriter.h.