template <typename T>

struct ArgumentDeleter

Defined at line 105 of file ../../src/bringup/lib/restricted-machine/include/bringup/lib/restricted-machine/environment.h

A deleter for arguments allocated in the shared memory pool.

This just provides a means to keep the region allocation unique_ptr

alive for the lifetime of the allocation unique_ptr.

Public Members

unique_ptr region_

Public Methods

void ArgumentDeleter<T> (Allocation && region)

Defined at line 106 of file ../../src/bringup/lib/restricted-machine/include/bringup/lib/restricted-machine/environment.h

void operator() (T * object)

Defined at line 107 of file ../../src/bringup/lib/restricted-machine/include/bringup/lib/restricted-machine/environment.h