llir-opt  0.0.1
Low-Level Post-Link Optimiser for OCaml and C
Classes | Public Member Functions | Friends | List of all members
ObjectGraph::Node Class Reference

#include <core/analysis/object_graph.h>

Classes

class  iterator
 Iterator over object references. More...
 

Public Member Functions

 Node (const ObjectGraph *graph, Prog *prog)
 Entry node.
 
 Node (const ObjectGraph *graph, Object *object)
 Internal graph node.
 
iterator begin () const
 Return iterators over the referenced objects.
 
iterator end () const
 
ObjectGetObject () const
 Returns the object, null for virtual entry.
 

Friends

class iterator
 

Detailed Description

Node in the lazy object graph.


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