|
Class Summary |
| AbbrevHeader |
|
| ArrayModule |
Create a FORTRAN 90 module to provide client-side bindings for arrays of
classes and interfaces. |
| FortArrayMethods |
|
| Fortran |
Provide a collection of static methods to provide the mapping of SIDL
concepts into FORTRAN. |
| GenerateClient |
This class implements the CodeGenerator interface for the FORTRAN client side code generator. |
| GenerateServer |
This class implements the CodeGenerator interface for the FORTRAN server side code generator. |
| ImplModule |
This class provides the ability to write a FORTRAN 90 module file
containing the developer's derived type and a wrapper type too. |
| ImplSource |
This class provides the ability to write a FORTRAN file with a
subroutine template for each method the end user has to implement for
a SIDL class. |
| ModuleSource |
This class provides the ability to write a FORTRAN 90 module for
a SIDL class/interface. |
| SkelSource |
The purpose of this class is to generate the C skeleton code to support
SIDL objects implemented in FORTRAN. |
| StubDoc |
This class provides the ability to write a FORTRAN file with a
subroutine template for each method the end user has to implement to
implement a SIDL class. |
| StubSource |
This class generates the C code that sits between a FORTRAN client and
the internal object representation (IOR) of a SIDL object/interface. |
| TypeModule |
This class generates a FORTRAN 90 module holding the derived type for
client-side users. |