olp-cpp-sdk
1.22.0
|
Represents the index layer of the string type. More...
#include <Index.h>
Public Member Functions | |
StringIndexValue (std::string stringValue, IndexType type) | |
Creates the StringIndexValue instance. More... | |
std::string | GetValue () const |
Gets the string value of the index layer. More... | |
std::string & | GetMutableValue () |
Gets a mutable reference to the string value of the index layer. More... | |
void | SetValue (const std::string &value) |
Sets the string value. More... | |
![]() | |
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 of the string type.
|
inline |
Creates the StringIndexValue
instance.
stringValue | The string value. |
type | The IndexType instance. |
|
inline |
Gets a mutable reference to the string value of the index layer.
|
inline |
Gets the string value of the index layer.
|
inline |
Sets the string value.
value | The string value. |