tree_assoc_cntnr::node_iterator
 Interface
Node iterator.
This is an
#link1Base classes.
Public Methods:
#link2Constructors, destructor, and related.
#link3Access methods.
#link4Movement methods.
Base classes.
Class Derivation Type ../../pb_assoc/tree_assoc_cntnr.html#const_node_iterator3735929535const_node_iterator public
Constructors, destructor, and related.
Method Description Complexity Guarantee Exception Guarantee inline  node_iterator
  (
const node_pointer p_nd = NULL) Default constructor.
 O(1) worst.
exception_guarantees_specifics.html#cannot_throw_guarantee3 Access methods.
Method Description Complexity Guarantee Exception Guarantee inline ../../pb_assoc/tree_assoc_cntnr.html#iterator3735929433iterator   
operator*
  () 
const Access.
 O(1) worst.
exception_guarantees_specifics.html#cannot_throw_guarantee3 Movement methods.
Method Description Complexity Guarantee Exception Guarantee inline node_iterator
  l_child
  ()
Returns the node ../../pb_assoc/tree_assoc_cntnr.html#iterator3735929433iterator  associated with the left node.
 O(1) worst.
exception_guarantees_specifics.html#cannot_throw_guarantee3 inline node_iterator
  r_child
  ()
Returns the node ../../pb_assoc/tree_assoc_cntnr.html#iterator3735929433iterator  associated with the right node.
 O(1) worst.
exception_guarantees_specifics.html#cannot_throw_guarantee3 