27 #ifndef PDCOM5_SELECTOR_H    28 #define PDCOM5_SELECTOR_H    30 #include "SizeTypeInfo.h"    33 #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))
    71 #endif  // PDCOM5_SELECTOR_H Size of a Variable. 
Definition: SizeTypeInfo.h:66
 
Selector base class for creating views on multidimensional data. 
Definition: Selector.h:47
 
PdCom Variable interface. 
Definition: Variable.h:67
 
Definition: ClientStatistics.h:31
 
Selects one scalar out of a vector or matrix. 
Definition: Selector.h:63