ALP User Documentation  0.8.preview
Algebraic Programming User Documentation
Static Public Member Functions | List of all members
IMPLEMENTATION< reference > Class Template Reference

This class collects configuration parameters that are specific to the grb::reference backend. More...

Static Public Member Functions

static constexpr ALLOC_MODE defaultAllocMode ()
 How to allocate private memory segments. More...
 
static constexpr ALLOC_MODE sharedAllocMode ()
 How to allocate shared memory segments. More...
 

Detailed Description

template<>
class grb::config::IMPLEMENTATION< reference >

This class collects configuration parameters that are specific to the grb::reference backend.

It details both configurations that could be modified by end users, as well as configurations that are sensible only to ALP developers; the full specification hence is only available within the developer documentation.

Member Function Documentation

◆ defaultAllocMode()

static constexpr ALLOC_MODE defaultAllocMode ( )
inlinestatic

How to allocate private memory segments.

◆ sharedAllocMode()

static constexpr ALLOC_MODE sharedAllocMode ( )
inlinestatic

How to allocate shared memory segments.


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