|
Zserio C++17 runtime library
1.1.0
Built for Zserio 2.18.1
|
#include <BitStreamReader.h>
Public Member Functions | |
| ArrayPreallocation () | |
| ArrayPreallocation (size_t alloc) | |
| operator size_t () const | |
Static Public Attributes | |
| static constexpr size_t | MAX_INITIAL_ARRAY_ALLOCATION = 128 * 1024 |
Wrapper class to specify maximum initial array allocation.
Definition at line 20 of file BitStreamReader.h.
|
inline |
Default constructor sets default array preallocation.
Definition at line 28 of file BitStreamReader.h.
|
inlineexplicit |
Constructor.
| alloc | Sets custom maximum preallocation for arrays. |
Definition at line 36 of file BitStreamReader.h.
|
inline |
Gets the value for maximum array preallocation.
Definition at line 42 of file BitStreamReader.h.
|
staticconstexpr |
Definition at line 23 of file BitStreamReader.h.