C-Breeze
C Compiler Infrastructure

[ Project home page]

FlowVal Class Reference

a flow value for a flow problem More...

#include <dataflow.h>

List of all members.

Public Member Functions

virtual FlowVal * clone () const =0
virtual bool diff (FlowVal *other) const =0
virtual void meet (const FlowVal *other)=0
virtual void to_top ()=0
void meet_and_diff (const FlowVal *other, FlowProblem &fp)


Detailed Description

a flow value for a flow problem

Definition at line 46 of file dataflow.h.


Member Function Documentation

virtual FlowVal* FlowVal::clone (   )  const [pure virtual]
 

virtual bool FlowVal::diff (  FlowVal *  other  )  const [pure virtual]
 

virtual void FlowVal::meet (  const FlowVal *  other  )  [pure virtual]
 

void FlowVal::meet_and_diff (  const FlowVal *  other,
FlowProblem &  fp
) 
 

virtual void FlowVal::to_top (   )  [pure virtual]
 


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

Generated on February 1, 2006
Back to the C-Breeze home page