Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
sc::EAVLMMap< K, T >(3)		     MPQC	       sc::EAVLMMap< K,	T >(3)

NAME
       sc::EAVLMMap< K,	T >

SYNOPSIS
   Classes
       class iterator

   Public Member Functions
       T *& rlink (T *n) const
       T * rlink (const	T *n) const
       T *& llink (T *n) const
       T * llink (const	T *n) const
       T *& uplink (T *n) const
       T * uplink (const T *n) const
       int & balance (T	*n) const
       int balance (const T *n)	const
       K & key (T *n) const
       const K & key (const T *n) const
       int compare (T *n, T *m)	const
       int compare (T *n, const	K &m) const
       EAVLMMap	(EAVLMMapNode< K, T > T::*node)
       void initialize (EAVLMMapNode< K, T > T::*node)
       void clear_without_delete ()
       void clear ()
       void insert (T *)
       void remove (T *)
       T * find	(const K &) const
       int height (T *node)
       int height ()
       void check ()
       void check_node (T *) const
       T * start () const
       void next (const	T *&) const
       void next (T *&)	const
       iterator	begin ()
       iterator	end ()
       void print ()
       int length () const
       int depth (T *)

Author
       Generated automatically by Doxygen for MPQC from	the source code.

Version	2.3.1			Tue May	13 2025	       sc::EAVLMMap< K,	T >(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=sc_EAVLMMap&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help