|
Zserio C++ runtime library
1.4.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 21 of file BitStreamReader.h.
|
inline |
Default constructor sets default array preallocation.
Definition at line 29 of file BitStreamReader.h.
|
inlineexplicit |
Constructor.
| alloc | Sets custom maximum preallocation for arrays. |
Definition at line 37 of file BitStreamReader.h.
|
inline |
Gets the value for maximum array preallocation.
Definition at line 43 of file BitStreamReader.h.
|
staticconstexpr |
Definition at line 24 of file BitStreamReader.h.