llir-opt  0.0.1
Low-Level Post-Link Optimiser for OCaml and C
Public Member Functions | Friends | List of all members
Value::use_iterator_impl< UseT > Class Template Reference

#include <core/value.h>

Inheritance diagram for Value::use_iterator_impl< UseT >:
Inheritance graph
[legend]
Collaboration diagram for Value::use_iterator_impl< UseT >:
Collaboration graph
[legend]

Public Member Functions

bool operator== (const use_iterator_impl &that) const
 
bool operator!= (const use_iterator_impl &that) const
 
use_iterator_imploperator++ ()
 
use_iterator_impl operator++ (int)
 
UseT & operator* () const
 
UseT * operator-> () const
 
 operator use_iterator_impl< const UseT > () const
 

Friends

class Value
 

Detailed Description

template<typename UseT>
class Value::use_iterator_impl< UseT >

Iterator over the uses.


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