|
OpenVPN 3 Core Library
|
Functions | |
| constexpr BufferFlags | NO_FLAGS (0U) |
| no flags set | |
| constexpr BufferFlags | CONSTRUCT_ZERO (1U<< 0) |
| if enabled, constructors/init will zero allocated space | |
| constexpr BufferFlags | DESTRUCT_ZERO (1U<< 1) |
| if enabled, destructor will zero data before deletion | |
| constexpr BufferFlags | GROW (1U<< 2) |
| if enabled, buffer will grow (otherwise buffer_full exception will be thrown) | |
| constexpr BufferFlags | ARRAY (1U<< 3) |
| if enabled, use as array | |
|
constexprprotected |
if enabled, use as array
|
constexprprotected |
if enabled, constructors/init will zero allocated space
|
constexprprotected |
if enabled, destructor will zero data before deletion
|
constexprprotected |
if enabled, buffer will grow (otherwise buffer_full exception will be thrown)
|
constexprprotected |
no flags set