olp-cpp-sdk  1.22.0
Public Member Functions | List of all members
olp::dataservice::write::model::UnsupportedIndexValue Class Referencefinal

Represents values that are not supported by the index layer. More...

#include <Index.h>

Inheritance diagram for olp::dataservice::write::model::UnsupportedIndexValue:
Inheritance graph
[legend]
Collaboration diagram for olp::dataservice::write::model::UnsupportedIndexValue:
Collaboration graph
[legend]

Public Member Functions

 UnsupportedIndexValue (IndexType type)
 Creates the UnsupportedIndexValue instance. More...
 
- Public Member Functions inherited from olp::dataservice::write::model::IndexValue
 IndexValue (IndexType type)
 Creates the IndexValue instance. More...
 
 IndexValue (const IndexValue &)=default
 A default copy constructor.
 
 IndexValue (IndexValue &&)=default
 A default move constructor.
 
IndexValueoperator= (IndexValue &&)=default
 A default move assignment operator.
 
IndexValueoperator= (const IndexValue &)=default
 A default copy assignment operator.
 
virtual ~IndexValue ()=default
 A default virtual destructor.
 
IndexType getIndexType () const
 Gets the index value type. More...
 

Detailed Description

Represents values that are not supported by the index layer.

Constructor & Destructor Documentation

◆ UnsupportedIndexValue()

olp::dataservice::write::model::UnsupportedIndexValue::UnsupportedIndexValue ( IndexType  type)
inlineexplicit

Creates the UnsupportedIndexValue instance.

Parameters
typeTheIndexType instance.

The documentation for this class was generated from the following file: