An element of path.
More...
libetonyek::KEYPath::Element::~Element |
( |
| ) |
|
|
pure virtual |
virtual bool libetonyek::KEYPath::Element::approxEqualsTo |
( |
const Element * |
other, |
|
|
double |
eps |
|
) |
| const |
|
pure virtual |
Test whether this element is equal to other.
- Note
- Because all implementations of this interface are directly derived from it (i.e., thay have no subclasses), it is enough to check if
other
has a compatible type, not that this
and other
have the same type (which would require double dispatch).
- Returns
- true if
this
and other
are equal.
Referenced by libetonyek::approxEqual().
virtual Element* libetonyek::KEYPath::Element::clone |
( |
| ) |
const |
|
pure virtual |
virtual WPXPropertyList libetonyek::KEYPath::Element::toWPG |
( |
| ) |
const |
|
pure virtual |
Create WPG representation of this path element.
The documentation for this class was generated from the following file: