|
olp-cpp-sdk
1.23.1
|
Represents the index layer with an empty index value. More...
#include <Index.h>


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. | |
| IndexValue & | operator= (IndexValue &&)=default |
| A default move assignment operator. | |
| IndexValue & | operator= (const IndexValue &)=default |
| A default copy assignment operator. | |
| virtual | ~IndexValue ()=default |
| A default virtual destructor. | |
| IndexType | getIndexType () const |
| Gets the index value type. More... | |
Represents the index layer with an empty index value.
|
inlineexplicit |
Creates the EmptyIndexValue instance.
| type | The IndexType instance. |