tree_assoc_cntnr::const_node_iterator
 Interface
Const node iterator.
This is an
Public Types and Constants:
#link1Iterator definitions.
#link2Value-type definitions.
Public Methods:
#link3Constructors, destructor, and related.
#link4Access methods.
#link5Movement methods.
#link6Comparison methods.
Iterator definitions.
Type Definition Description iterator_category trivial_iterator_tag Category. comment = 
difference_type void Difference type.
Value-type definitions.
Note that a node iterator's value type is actually a tree iterator.
Type Definition Description value_type ../../pb_assoc/tree_assoc_cntnr.html#const_iterator3735930079const_iterator Iterator's value type.
pointer ../../pb_assoc/tree_assoc_cntnr.html#const_iterator3735930079const_iterator  * Iterator's pointer type.
const_pointer ../../pb_assoc/tree_assoc_cntnr.html#const_iterator3735930079const_iterator  * Iterator's const pointer type.
reference ../../pb_assoc/tree_assoc_cntnr.html#const_iterator3735930079const_iterator  & Iterator's reference type.
const_reference const ../../pb_assoc/tree_assoc_cntnr.html#iterator3735929433iterator  & Iterator's const reference type.
Constructors, destructor, and related.
Method Description Complexity Guarantee Exception Guarantee inline  const_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#const_iterator3735930079const_iterator   
operator*
  () 
const Access.
 O(1) worst.
exception_guarantees_specifics.html#cannot_throw_guarantee3 Movement methods.
Method Description Complexity Guarantee Exception Guarantee inline const_node_iterator
  l_child
  () 
const Returns the const node ../../pb_assoc/tree_assoc_cntnr.html#iterator3735929433iterator  associated with the left node.
 O(1) worst.
exception_guarantees_specifics.html#cannot_throw_guarantee3 inline const_node_iterator
  r_child
  () 
const Returns the const node ../../pb_assoc/tree_assoc_cntnr.html#iterator3735929433iterator  associated with the right node.
 O(1) worst.
exception_guarantees_specifics.html#cannot_throw_guarantee3 Comparison methods.
Method Description Complexity Guarantee Exception Guarantee inline bool  
operator==
  (
const const_node_iterator &r_other) const Compares content to a different ../../pb_assoc/tree_assoc_cntnr.html#iterator3735929433iterator  object.
 O(1) worst.
exception_guarantees_specifics.html#cannot_throw_guarantee3 inline bool  
operator!=
  (
const const_node_iterator &r_other) const Compares content (negatively) to a different ../../pb_assoc/tree_assoc_cntnr.html#iterator3735929433iterator  object.
 O(1) worst.
exception_guarantees_specifics.html#cannot_throw_guarantee3 