8#include "Arp/Base/Core/Enum.hxx"
10namespace Arp {
namespace Base {
namespace Acf {
namespace Commons
14enum class ComponentInfoKind :
uint32
17 RequiredCapabilities = 1,
22ARP_EXPORT std::ostream& operator<<(std::ostream& os, ComponentInfoKind value);
23ARP_EXPORT std::istream& operator>>(std::istream& is, ComponentInfoKind& value);
29template<>
struct fmt::formatter<
Arp::Base::Acf::Commons::ComponentInfoKind> :
public fmt::ostream_formatter {};
std::uint32_t uint32
The Arp unsigned integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:33
Root namespace for the PLCnext API