llir-opt  0.0.1
Low-Level Post-Link Optimiser for OCaml and C
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
PointerClosure::Node::node_iterator Class Reference

#include <passes/pre_eval/pointer_closure.h>

Inheritance diagram for PointerClosure::Node::node_iterator:
Inheritance graph
[legend]
Collaboration diagram for PointerClosure::Node::node_iterator:
Collaboration graph
[legend]

Public Member Functions

 node_iterator (PointerClosure &graph, BitSet< Node >::iterator it)
 
bool operator== (const node_iterator &that) const
 
bool operator!= (const node_iterator &that) const
 
node_iteratoroperator++ ()
 
node_iterator operator++ (int)
 
Nodeoperator* () const
 
Nodeoperator-> () const
 

Detailed Description

Iterator over referenced nodes.


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