#include <iItemPath.h>
◆ iItemPath() [1/3]
igor::iItemPath::iItemPath |
( |
| ) |
|
|
default |
◆ iItemPath() [2/3]
igor::iItemPath::iItemPath |
( |
const iaString & |
path | ) |
|
init path from string
- Parameters
-
◆ iItemPath() [3/3]
igor::iItemPath::iItemPath |
( |
const std::vector< iaString > & |
path | ) |
|
◆ getPath()
const std::vector< iaString > & igor::iItemPath::getPath |
( |
| ) |
const |
◆ operator!=()
bool igor::iItemPath::operator!= |
( |
const iItemPath & |
other | ) |
const |
compare two item paths being not equal
- Returns
- true if not equal
- Parameters
-
◆ operator+=()
void igor::iItemPath::operator+= |
( |
const iaString & |
path | ) |
|
appends path to item path
- Parameters
-
◆ operator==()
bool igor::iItemPath::operator== |
( |
const iItemPath & |
other | ) |
const |
compare two item paths being equal
- Returns
- true if equal
- Parameters
-
◆ reverse()
void igor::iItemPath::reverse |
( |
| ) |
|
◆ toString()
const iaString igor::iItemPath::toString |
( |
| ) |
const |
- Returns
- path as string using '/' as delimiter
The documentation for this class was generated from the following files: