IOLink
IOL_v1.6.1_release
Changes
ChangeLog
API ChangeLog
User guide
Capacities
Overview
Installation
Getting started
View concept
Storage concept
Fundamentals
Custom implementation
Serialization
Extensions
Data Frames
Namespaces
Namespace List
Namespace Members
All
a
c
d
i
l
m
o
p
r
s
v
Functions
Typedefs
a
d
i
m
p
r
s
v
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
Typedefs
Related Functions
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Pages
MetadataNodeFactory.h
1
#pragma once
2
3
#include <memory>
4
5
#include <iolink/IOLinkAPI.h>
6
#include <iolink/VariantDataValue.h>
7
#include <iolink/metadata/MetadataNode.h>
8
9
namespace
iolink
10
{
11
15
class
IOLINK_API
MetadataNodeFactory
16
{
17
public
:
18
MetadataNodeFactory
() =
delete
;
19
MetadataNodeFactory
(
const
MetadataNodeFactory
& other) =
delete
;
// copy constructor
20
MetadataNodeFactory
(
MetadataNodeFactory
&& other) =
delete
;
// move constructor
21
MetadataNodeFactory
& operator=(
const
MetadataNodeFactory
& other) =
delete
;
// copy assignment
22
MetadataNodeFactory
& operator=(
MetadataNodeFactory
&& other) =
delete
;
// move assignment
23
30
static
std::shared_ptr<MetadataNode> create(
const
std::string& key, std::shared_ptr<VariantDataValue> value);
31
};
32
33
}
// end namespace iolink
iolink
All IOLink symbols are enclosed in this namespace.
Definition:
ArrayX.h:7
iolink::MetadataNodeFactory
A factory to build MetadataNode instances.
Definition:
MetadataNodeFactory.h:15
iolink
public
include
iolink
metadata
MetadataNodeFactory.h
Generated on Thu Sep 7 2023 08:17:19 for IOLink by
1.8.17