MVault 1.0.0
Simple c++ database
|
Iterator class for all library maps. More...
#include <Map.h>
Iterator class for all library maps.
<MultiContainerIterator> | - The iterator type for the multi container |
<ContainerIterator> | - The type of iterator for the container |
<KeyType> | - The type of key for the map |
<ValueType> | - The type of value for the map |
|
inlinenoexcept |
Copy constructor.
[in] | other | object to copy data from |
|
inlinenoexcept |
Deleted move constructor.
[in] | other | object to copy data from |
|
inlinenoexcept |
Constructor.
[in] | dataMultiMapIt | iterator to multi container |
[in] | dataMapIt | iterator to container |
[in] | isMultiMap | is this Map multi |
|
inlinenoexcept |
Method for get container iterator.
|
inlinenoexcept |
Method for get multi container iterator.
|
inlinenoexcept |
Not equal operator.
[in] | other | object to compare |
|
inlinenoexcept |
Operator*.
|
inlinenoexcept |
Pre increment operator.
|
inlinenoexcept |
Pre decrement operator.
|
inlinenoexcept |
Deleted move assignment operator.
[in] | other | object to copy data from |
|
inlinenoexcept |
Assignment operator.
[in] | other | object to copy data from |
|
inlinenoexcept |
Compare operator.
[in] | other | object to compare |