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

#include <core/value.h>

Inheritance diagram for Value::user_iterator_impl< UserTy >:
Inheritance graph
[legend]
Collaboration diagram for Value::user_iterator_impl< UserTy >:
Collaboration graph
[legend]

Public Member Functions

bool operator== (const user_iterator_impl &that) const
 
bool operator!= (const user_iterator_impl &that) const
 
bool atEnd () const
 Returns true if this iterator is equal to user_end() on the value.
 
user_iterator_imploperator++ ()
 
user_iterator_impl operator++ (int)
 
UserTy * operator* () const
 
UserTy * operator-> () const
 
 operator user_iterator_impl< const UserTy > () const
 
UsegetUse () const
 

Friends

class Value
 

Detailed Description

template<typename UserTy>
class Value::user_iterator_impl< UserTy >

Iterator over the users.


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