template<class T>
eckit::SharedMemArray class

Maps an array to shared memory.

Public types

using iterator = T*
using const_iterator = const T*

Constructors, destructors, conversion operators

SharedMemArray(const PathName&, const std::string& shmName, size_t)
~SharedMemArray()

Public functions

void sync()
void lock()
void unlock()
auto begin() -> iterator
auto end() -> iterator
auto begin() const -> const_iterator
auto end() const -> const_iterator
auto size() -> unsigned long
auto operator[](unsigned long n) -> T&
This website is beyond its original expiry date and the content may be out of date. The site owner has been notified and may choose to extend the expiry date and remove this banner. If you have any questions about this, please visit our support portal.