Uses of Class
at.dms.kjc.slicegraph.FileOutputContent

Packages that use FileOutputContent
at.dms.kjc.slicegraph This package aims to supersede the SIR and flatgraph representations of the stream graph with a single representation that maintains all relevant information as well as slice information. 
at.dms.kjc.spacetime   
 

Uses of FileOutputContent in at.dms.kjc.slicegraph
 

Constructors in at.dms.kjc.slicegraph with parameters of type FileOutputContent
FileOutputContent(FileOutputContent content)
          Copy constructor for FileOutputContent.
 

Uses of FileOutputContent in at.dms.kjc.spacetime
 

Methods in at.dms.kjc.spacetime with parameters of type FileOutputContent
 int NumberGathering.getID(FileOutputContent foc)
          Given the file writer, return the unique id that identifies it.
static String Util.getOutputsVar(FileOutputContent out)
           
 void StreamingDram.setFileWriter(FileOutputContent file)