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

Represents the index layer with an empty index value. More...

#include <Index.h>

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

Public Member Functions

 EmptyIndexValue (IndexType type)
 Creates the EmptyIndexValue 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 the index layer with an empty index value.

Constructor & Destructor Documentation

◆ EmptyIndexValue()

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

Creates the EmptyIndexValue instance.

Parameters
typeThe IndexType instance.

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