A handle type used with methods TCursor::Export and ImportCursor.
Definition at line 651 of file stringtree.inl.
Public Field Index: | |
| uinteger | value |
| The encapsulated value. | |
Public Method Index: | |
| bool | IsValid () const noexcept |
| bool | operator== (const ConstCursorHandle &other) const noexcept |
| bool | operator== (const CursorHandle &other) const noexcept |
| uinteger alib::containers::StringTree< TAllocator, T, TNodeHandler, TRecycling >::ConstCursorHandle::value |
The encapsulated value.
Definition at line 653 of file stringtree.inl.
|
inlinenoexcept |
Checks if this is a valid handle.
true if this handle is not nulled. Definition at line 671 of file stringtree.inl.
|
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 659 of file stringtree.inl.
|
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 666 of file stringtree.inl.