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
VariantDataValue.h
1
#pragma once
2
3
#include <memory>
4
5
#include <iolink/DataType.h>
6
#include <iolink/IOLinkAPI.h>
7
8
namespace
iolink
9
{
10
18
class
IOLINK_INTERFACE_API
VariantDataValue
19
{
20
public
:
21
virtual
~
VariantDataValue
() =
default
;
22
26
virtual
std::shared_ptr<VariantDataValue> clone()
const
= 0;
27
31
virtual
DataType
type()
const
= 0;
32
36
virtual
size_t
count()
const
= 0;
37
46
virtual
const
void
* raw()
const
= 0;
47
};
48
49
}
// end namespace iolink
iolink::DataType
Stores information about a data type.
Definition:
DataType.h:161
iolink
All IOLink symbols are enclosed in this namespace.
Definition:
ArrayX.h:7
iolink::VariantDataValue
Stores metadata heterogeneous type value.
Definition:
VariantDataValue.h:18
iolink
public
include
iolink
VariantDataValue.h
Generated on Thu Sep 7 2023 08:17:19 for IOLink by
1.8.17