8#include "Arp/Base/Core/Enum.hxx"
48template<>
struct fmt::formatter<
Arp::System::Commons::Runtime::SharedLibraryMemoryLockOption> :
public fmt::ostream_formatter {};
std::uint32_t uint32
The Arp unsigned integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:33
Namespace for high level API for controlling processes, shared libraries, etc.
SharedLibraryMemoryLockOption
Options to lock the memory of shared library by !:SharedLibrary when loading the binary.
Definition: SharedLibraryMemoryLockOption.hpp:17
@ LibraryAndDependencies
Lock of this library and its dependencies into memory
@ Library
Lock only this library into memory
Root namespace for the PLCnext API