ANNA Suite  2020b
Multipurpose development suite for Telco applications
Static Public Member Functions | Static Public Attributes | List of all members
anna::comm::handler::Allocator< _Handler > Class Template Reference

#include <Allocator.hpp>

Collaboration diagram for anna::comm::handler::Allocator< _Handler >:
Collaboration graph
[legend]

Static Public Member Functions

static _Handler * create ()
 
static void destroy (_Handler *t)
 

Static Public Attributes

static Communicatorst_communicator
 

Member Function Documentation

◆ create()

template<typename _Handler >
static _Handler* anna::comm::handler::Allocator< _Handler >::create ( )
inlinestatic
25  {
26  return new _Handler(st_communicator);
27  }
static Communicator * st_communicator
Definition: Allocator.hpp:22

◆ destroy()

template<typename _Handler >
static void anna::comm::handler::Allocator< _Handler >::destroy ( _Handler *  t)
inlinestatic
28 { delete t; }

Member Data Documentation

◆ st_communicator

template<typename _Handler >
Communicator* anna::comm::handler::Allocator< _Handler >::st_communicator
static

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