EntryPoints Class Referencea class of Entry points to a Fortran program.
More...
#include <EntryPoints.h>
Inheritance diagram for EntryPoints:
[legend]List of all members.
|
Public Member Functions |
| | EntryPoints () |
| virtual | ~EntryPoints () |
| EntryPoints & | operator= (const EntryPoints &ep) |
| virtual EntryPoints * | clone () const |
| | Return (and give control of) a new EntryPoints collection which has been copied from this one.
|
| virtual int | structures_OK () const |
| | Check the structure of the data for errors or inconsistency Return 0 and print error message if problems found, otherwise return 1 without message.
|
| void | print (ostream &o) const |
| | Print the program unit in FORTRAN format.
|
Friends |
| ostream & | operator<< (ostream &o, const EntryPoints &ep) |
Detailed Description
a class of Entry points to a Fortran program.
Base General utility routines - See also:
- EntryPoints.h
EntryPoints.cc
EntryPoints.h
This class represents a Fortran program and contains all of compilation units (ProgramUnit's) comprising that program.
Definition at line 32 of file EntryPoints.h.
Constructor & Destructor Documentation
| EntryPoints::EntryPoints |
( |
|
) |
|
|
Member Function Documentation
|
|
Return (and give control of) a new EntryPoints collection which has been copied from this one.
Definition at line 33 of file EntryPoints.cc.
References EntryPoints(). |
| int EntryPoints::structures_OK |
( |
|
) |
const [virtual] |
|
|
|
Check the structure of the data for errors or inconsistency Return 0 and print error message if problems found, otherwise return 1 without message.
Reimplemented from BaseMapRoot.
Definition at line 40 of file EntryPoints.cc. |
| void EntryPoints::print |
( |
ostream & |
o |
) |
const [virtual] |
|
Friends And Related Function Documentation
| ostream& operator<< |
( |
ostream & |
o, |
|
|
const EntryPoints & |
ep |
|
) |
[friend] |
|
The documentation for this class was generated from the following files:
|