ALib C++ Library
Library Version: 2412 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
StringTree< TAllocator, T, TNodeHandler, TRecycling >::ConstCursorHandle Struct Reference

Description:

template<typename TAllocator, typename T, typename TNodeHandler = StringTreeNamesDynamic<character>, Recycling TRecycling = Recycling::Private>
struct alib::containers::StringTree< TAllocator, T, TNodeHandler, TRecycling >::ConstCursorHandle

A handle type used with methods TCursor::Export and ImportCursor.

Definition at line 664 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 ConstCursorHandle &other) const noexcept
 
bool operator== (const CursorHandle &other) const noexcept
 

Field Details:

◆ value

template<typename TAllocator , typename T , typename TNodeHandler = StringTreeNamesDynamic<character>, Recycling TRecycling = Recycling::Private>
uinteger value

The encapsulated value.

Definition at line 666 of file stringtree.hpp.

Method Details:

◆ IsValid()

template<typename TAllocator , typename T , typename TNodeHandler = StringTreeNamesDynamic<character>, Recycling TRecycling = Recycling::Private>
bool IsValid ( ) const
inlinenoexcept

Checks if this is a valid handle.

Returns
true if this handle is not nulled.

Definition at line 684 of file stringtree.hpp.

◆ operator==() [1/2]

template<typename TAllocator , typename T , typename TNodeHandler = StringTreeNamesDynamic<character>, Recycling TRecycling = Recycling::Private>
bool operator== ( const ConstCursorHandle & other) const
inlinenoexcept

Comparison operator.

Parameters
otherThe cursor handle to compare this handle to.
Returns
true if both handles refer to the same cursor or if both handles are invalid. false otherwise.

Definition at line 672 of file stringtree.hpp.

◆ operator==() [2/2]

template<typename TAllocator , typename T , typename TNodeHandler = StringTreeNamesDynamic<character>, Recycling TRecycling = Recycling::Private>
bool operator== ( const CursorHandle & other) const
inlinenoexcept

Comparison operator.

Parameters
otherThe cursor handle to compare this handle to.
Returns
true if both handles refer to the same cursor or if both handles are invalid. false otherwise.

Definition at line 679 of file stringtree.hpp.


The documentation for this struct was generated from the following file: