PLCnext API Documentation 25.0.2.69
SharedLibraryMemoryLockOption.hpp
1
2//
3// Copyright Phoenix Contact GmbH & Co. KG
4//
6#pragma once
8#include "Arp/Base/Core/Enum.hxx"
9
10// DO NOT MODIFY THIS FILE, THIS FILE IS AUTOGENERATED
11
13{
14
17{
21 None = 0,
22
26 Nothing = 1,
27
31 Library = 2,
32
37};
38
40// global stream operators of enum SharedLibraryMemoryLockOption for logging and parsing
41ARP_EXPORT std::ostream& operator<<(std::ostream& os, SharedLibraryMemoryLockOption value);
42ARP_EXPORT std::istream& operator>>(std::istream& is, SharedLibraryMemoryLockOption& value);
43
44} // end of namespace Arp::System::Commons::Runtime
45
47// template specialization of SharedLibraryMemoryLockOption formatter
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
Root namespace for the PLCnext API