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

Represents values supported by the HERE platform index layer. More...

#include <Index.h>

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

Public Member Functions

 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 supported by the HERE platform index layer.

Constructor & Destructor Documentation

◆ IndexValue()

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

Creates the IndexValue instance.

Parameters
typeTheIndexType instance.

Member Function Documentation

◆ getIndexType()

IndexType olp::dataservice::write::model::IndexValue::getIndexType ( ) const
inline

Gets the index value type.

Returns
The index value type.

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