FormatDB Class ReferenceDatabase of FORTRAN Formats.
More...
#include <FormatDB.h>
Inheritance diagram for FormatDB:
[legend]List of all members.
Detailed Description
Database of FORTRAN Formats.
Polaris C++ VDL - See also:
- FormatDB.h
FormatDB.h
FormatDB.cc
FormatDB is a database for FORTRAN formats which includes a constructor from a binstr.
Definition at line 31 of file FormatDB.h.
Constructor & Destructor Documentation
| FormatDB::FormatDB |
( |
const ProgramUnit & |
pgm |
) |
[inline] |
|
| FormatDB::FormatDB |
( |
const FormatDB & |
other |
) |
[inline] |
|
Member Function Documentation
| FormatDB * FormatDB::clone |
( |
|
) |
const [virtual] |
|
| void FormatDB::write |
( |
ostream & |
o, |
|
|
int |
space_for_label, |
|
|
int |
max_line_len |
|
) |
const |
|
| void FormatDB::ins |
( |
Format * |
elem, |
|
|
int |
replace_if_already_exists = 0 |
|
) |
|
|
|
|
Insert an element into FormatDB.
Referenced by relabel(). |
| void FormatDB::relabel |
( |
int |
value, |
|
|
int |
new_value |
|
) |
|
|
| void FormatDB::print |
( |
ostream & |
o |
) |
const [virtual] |
|
| void FormatDB::exchange_convert |
( |
VDL & |
vdl |
) |
[virtual] |
|
| int FormatDB::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.
Reimplemented from BaseMapRoot.
Definition at line 111 of file FormatDB.cc. |
Friends And Related Function Documentation
| ostream& operator<< |
( |
ostream & |
o, |
|
|
const FormatDB & |
fdb |
|
) |
[friend] |
|
The documentation for this class was generated from the following files:
|