Botan 3.13.0
Crypto and TLS for C&
Botan::Allocator_Initializer Class Referencefinal

#include <allocator.h>

Public Member Functions

 Allocator_Initializer ()
 Initialize the allocator.

Detailed Description

Initializes the allocator as a side effect of construction

Declare a static instance in a translation unit to ensure the allocator is initialized before any other static initialization in that unit.

Definition at line 54 of file allocator.h.

Constructor & Destructor Documentation

◆ Allocator_Initializer()

Botan::Allocator_Initializer::Allocator_Initializer ( )
inline

Initialize the allocator.

Definition at line 57 of file allocator.h.

void initialize_allocator()
Definition allocator.cpp:66

References Botan::initialize_allocator().


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