Botan  1.11.15
Static Public Member Functions
Botan::Compression_Alloc_Info Class Reference

#include <compress_utils.h>

List of all members.

Static Public Member Functions

static void free (void *self, void *ptr)
template<typename T >
static void * malloc (void *self, T n, T size)

Detailed Description

Definition at line 21 of file compress_utils.h.


Member Function Documentation

static void Botan::Compression_Alloc_Info::free ( void *  self,
void *  ptr 
) [inline, static]

Definition at line 30 of file compress_utils.h.

         {
         static_cast<Compression_Alloc_Info*>(self)->do_free(ptr);
         }
template<typename T >
static void* Botan::Compression_Alloc_Info::malloc ( void *  self,
n,
size 
) [inline, static]

Definition at line 25 of file compress_utils.h.

         {
         return static_cast<Compression_Alloc_Info*>(self)->do_malloc(n, size);
         }

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