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