A handle type used with methods TCursor::Export and ImportCursor.
Definition at line 648 of file stringtree.hpp.
#include <stringtree.hpp>
Public Field Index: | |
uinteger | value |
The encapsulated value. | |
Public Method Index: | |
bool | IsValid () const noexcept |
bool | operator== (const CursorHandle &other) const noexcept |
uinteger value |
The encapsulated value.
Definition at line 650 of file stringtree.hpp.
|
inlinenoexcept |
Checks if this is a valid handle.
true
if this handle is not nulled. Definition at line 660 of file stringtree.hpp.
|
inlinenoexcept |
Comparison operator.
other | The cursor handle to compare this handle to. |
true
if both handles refer to the same cursor or if both handles are invalid. false
otherwise. Definition at line 656 of file stringtree.hpp.