Zivid C++ API 2.13.1+18e79e79-1
|
Classes | |
struct | HasValidRange |
Check if T has a ValidRange constraint. More... | |
struct | HasValidSize |
Check if T has a ValidSize constraint. More... | |
struct | HasValidValues |
Check if data model type T has a ValidValues constraint. More... | |
struct | IsOptional |
Typedefs | |
template<typename T > | |
using | IsDataModelType = typename Detail::IsDataModelType<T>::type |
Check if T is a data model type. | |
template<typename T > | |
using | IsDataModelLeaf = typename Detail::IsDataModelLeaf<T>::Type |
Check if T is a data model leaf type. | |
Enumerations | |
enum class | NodeType { group , leafDataModelList , leafValue } |
Functions | |
ZIVID_CORE_EXPORT std::ostream & | operator<< (std::ostream &stream, NodeType nodeType) |
using Zivid::DataModel::IsDataModelLeaf = typename Detail::IsDataModelLeaf<T>::Type |
Check if T is a data model leaf type.
If T is a data model leaf type (T::nodeType
equal to either Zivid::DataModel::NodeType::leafValue or Zivid::DataModel::NodeType::leafDataModelList), provides the member constant value
equal to true
. Otherwise, value
is equal to false
.
using Zivid::DataModel::IsDataModelType = typename Detail::IsDataModelType<T>::type |
Check if T is a data model type.
If T is a data model type (either a group or leaf type), provides the member constant value
equal to true
. Otherwise, value
is equal to false
.
|
strong |
ZIVID_CORE_EXPORT std::ostream & Zivid::DataModel::operator<< | ( | std::ostream & | stream, |
NodeType | nodeType ) |