OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::BufAllocFlags Struct Reference

#include <buffer.hpp>

Public Types

enum  { CONSTRUCT_ZERO = (1 << 0) , DESTRUCT_ZERO = (1 << 1) , GROW = (1 << 2) , ARRAY = (1 << 3) }
 

Detailed Description

Definition at line 866 of file buffer.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
CONSTRUCT_ZERO 

if enabled, constructors/init will zero allocated space

DESTRUCT_ZERO 

if enabled, destructor will zero data before deletion

GROW 

if enabled, buffer will grow (otherwise buffer_full exception will be thrown)

ARRAY 

if enabled, use as array

Definition at line 868 of file buffer.hpp.


The documentation for this struct was generated from the following file: