A key type which can be either a std::string or a Property::Index.
More...
Detailed Description
A key type which can be either a std::string or a Property::Index.
- Since:
- 4.0, DALi version 1.2.7
Member Enumeration Documentation
The type of key.
- Since:
- 4.0, DALi version 1.2.7
- Enumerator:
-
Constructor & Destructor Documentation
Constructor.
- Since:
- 4.0, DALi version 1.2.7
- Parameters:
-
Constructor.
- Since:
- 4.0, DALi version 1.2.7
- Parameters:
-
Member Function Documentation
bool Dali::Property::Key::operator!= |
( |
const std::string & |
rhs | ) |
|
The inequality operator.
- Since:
- 4.0, DALi version 1.2.7
- Parameters:
-
[in] | rhs | A string key to compare against. |
- Returns:
- true if the key is not equal or not a string key
The inequality operator.
- Since:
- 4.0, DALi version 1.2.7
- Parameters:
-
[in] | rhs | An index key to compare against. |
- Returns:
- true if the key is not equal, or not an index key
bool Dali::Property::Key::operator!= |
( |
const Key & |
rhs | ) |
|
The inequality operator.
- Since:
- 4.0, DALi version 1.2.7
- Parameters:
-
[in] | rhs | A key to compare against. |
- Returns:
- true if the keys are not of the same type or are not equal
bool Dali::Property::Key::operator== |
( |
const std::string & |
rhs | ) |
|
The equality operator.
- Since:
- 4.0, DALi version 1.2.7
- Parameters:
-
[in] | rhs | A string key to compare against. |
- Returns:
- true if the key compares, or false if it isn't equal or of the wrong type
The equality operator.
- Since:
- 4.0, DALi version 1.2.7
- Parameters:
-
[in] | rhs | An index key to compare against. |
- Returns:
- true if the key compares, or false if it isn't equal or of the wrong type
bool Dali::Property::Key::operator== |
( |
const Key & |
rhs | ) |
|
The equality operator.
- Since:
- 4.0, DALi version 1.2.7
- Parameters:
-
[in] | rhs | A key to compare against. |
- Returns:
- true if the keys are of the same type and have the same value