logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sc::EAVLMMap< K, T >

Author

       Generated automatically by Doxygen for MPQC from the source code.

Version 2.3.1                                    Sun Oct 4 2020                          sc::EAVLMMap<K,T>(3)

Name

       sc::EAVLMMap< K, T >

Synopsis

Classes
       class iteratorPublicMemberFunctions
       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
       iteratorbegin ()
       iteratorend ()
       void print ()
       int length () const
       int depth (T *)

See Also