Public Member Functions | Private Attributes | List of all members
grpc_core::AVL< K, V >::Iterator Class Reference

Public Member Functions

Nodecurrent () const
 
 Iterator (const NodePtr &root)
 
void MoveNext ()
 

Private Attributes

std::vector< Node * > stack_
 

Detailed Description

template<class K, class V = void>
class grpc_core::AVL< K, V >::Iterator

Definition at line 107 of file avl.h.

Constructor & Destructor Documentation

◆ Iterator()

template<class K , class V = void>
grpc_core::AVL< K, V >::Iterator::Iterator ( const NodePtr root)
inlineexplicit

Definition at line 109 of file avl.h.

Member Function Documentation

◆ current()

template<class K , class V = void>
Node* grpc_core::AVL< K, V >::Iterator::current ( ) const
inline

Definition at line 116 of file avl.h.

◆ MoveNext()

template<class K , class V = void>
void grpc_core::AVL< K, V >::Iterator::MoveNext ( )
inline

Definition at line 117 of file avl.h.

Member Data Documentation

◆ stack_

template<class K , class V = void>
std::vector<Node*> grpc_core::AVL< K, V >::Iterator::stack_
private

Definition at line 130 of file avl.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:35