27#ifndef PDCOM5_SELECTOR_H
28#define PDCOM5_SELECTOR_H
30#include "SizeTypeInfo.h"
31#include "pdcom5_export.h"
49 std::shared_ptr<const impl::Selector> impl_;
52 Selector(std::shared_ptr<const impl::Selector> impl) :
53 impl_(std::move(impl))
Size of a Variable.
Definition: SizeTypeInfo.h:67
PdCom Variable interface.
Definition: Variable.h:67
library version string as "major.minor.patch"
Definition: ClientStatistics.h:31
Selects one scalar out of a vector or matrix.
Definition: Selector.h:64
Selector base class for creating views on multidimensional data.
Definition: Selector.h:48