|
| | BooleanIndexValue (bool booleanValue, IndexType type) |
| | Creates the BooleanIndexValue instance.
|
| |
| const bool & | GetValue () const |
| | Gets the boolean value of the index layer.
|
| |
| bool & | GetMutableValue () |
| | Gets a mutable reference to the boolean value of the index layer.
|
| |
| void | SetValue (const bool &value) |
| | Sets the boolean value.
|
| |
| | IndexValue (IndexType type) |
| | Creates the IndexValue instance.
|
| |
|
| 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.
|
| |
Represents the index layer of the boolean type.