#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. | |
|
||||||||||||
|
Implicit "endfile" operation.
|
|
||||||||||||
|
Implicit "file_close" operator.
|
|
||||||||||||||||||||||||
|
Implicit "file_open" operator #2.
|
|
||||||||||||||||
|
Implicit file_open operator #1.
|
|
||||||||||||||||||||
|
Implicit "read" operator for unconstrained Array types.
|
|
||||||||||||||||
|
Implicit "read" operator.
|
|
||||||||||||||||
|
Implicit "write" operation.
|
1.4.6