FileObject.hh File Reference

#include "tyvis/ObjectBase.hh"
#include "tyvis/EnumerationLiteral.hh"
#include <fstream>

Include dependency graph for FileObject.hh:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FileObject
int savantfile_open (VHDLKernel *processPtr, LValue &fileObject, const RValue &openMode)
 Implicit file_open operator #1.
int savantfile_open (VHDLKernel *processPtr, LValue &fileOpenStatus, LValue &fileObject, const RValue &fileName, const RValue &openMode)
 Implicit "file_open" operator #2.
int savantfile_close (VHDLKernel *processPtr, LValue &fileObject)
 Implicit "file_close" operator.
int savantread (VHDLKernel *processPtr, LValue &fileObject, LValue &readValue)
 Implicit "read" operator.
int savantread (VHDLKernel *processPtr, LValue &fileObject, LValue &readValue, LValue &length)
 Implicit "read" operator for unconstrained Array types.
int savantwrite (VHDLKernel *processPtr, LValue &fileObject, const RValue &toWrite)
 Implicit "write" operation.
Value savantendfile (VHDLKernel *processPtr, LValue &fileObject)
 Implicit "endfile" operation.


Function Documentation

Value savantendfile VHDLKernel processPtr,
LValue fileObject
 

Implicit "endfile" operation.

int savantfile_close VHDLKernel processPtr,
LValue fileObject
 

Implicit "file_close" operator.

int savantfile_open VHDLKernel processPtr,
LValue fileOpenStatus,
LValue fileObject,
const RValue fileName,
const RValue openMode
 

Implicit "file_open" operator #2.

int savantfile_open VHDLKernel processPtr,
LValue fileObject,
const RValue openMode
 

Implicit file_open operator #1.

int savantread VHDLKernel processPtr,
LValue fileObject,
LValue readValue,
LValue length
 

Implicit "read" operator for unconstrained Array types.

int savantread VHDLKernel processPtr,
LValue fileObject,
LValue readValue
 

Implicit "read" operator.

int savantwrite VHDLKernel processPtr,
LValue fileObject,
const RValue toWrite
 

Implicit "write" operation.


Generated on Fri Mar 31 11:05:55 2006 for Tyvis by  doxygen 1.4.6