PLCnext API Documentation
24.0.0.71
Arp
System
Core
Impl
IDelegateFunctor.hpp
1
2
//
3
// Copyright PHOENIX CONTACT Electronics GmbH
4
//
6
#pragma once
7
#include "
Arp/System/Core/Arp.h
"
8
9
namespace
Arp
{
namespace
System
{
namespace
Core {
namespace
Impl
10
{
11
13
14
class
IDelegateFunctor
15
{
16
public
:
// construction/destruction
17
IDelegateFunctor(
void
) =
default
;
18
IDelegateFunctor(
const
IDelegateFunctor& arg) =
default
;
19
IDelegateFunctor& operator=(
const
IDelegateFunctor& arg) =
default
;
20
virtual
~IDelegateFunctor(
void
)
noexcept
=
default
;
21
22
public
:
// operators
23
virtual
bool
operator==
(
const
IDelegateFunctor& rhs) = 0;
24
};
25
27
28
}}}}
// end of namespace Arp::System::Core::Impl
Arp.h
Arp::operator==
bool operator==(const BasicString< CharType, Alloc > &left, const BasicString< CharType, Alloc > &right)
Compares the left string to the right string on equality.
Definition:
BasicString.hxx:1908
Arp::System::Acf::ComponentCategory::System
@ System
System components used by the System, Device, Plc or Io domains.
Arp
Root namespace for the PLCnext API
Generated on Tue Feb 13 2024 14:00:09 for PLCnext API Documentation by
1.9.4