NamelistSymbol Class Referencea Symbol of class NAMELIST_CLASS
More...
#include <NamelistSymbol.h>
Inheritance diagram for NamelistSymbol:
[legend]List of all members.
Detailed Description
a Symbol of class NAMELIST_CLASS
Polaris C++ VDL - See also:
- Symbol.h
Symbol.h
NamelistSymbol.h
Symbol.cc
A NamelistSymbol is a Symbol representing the identifier for the group of variables in a Fortran Namelist statement.
No additional fields are added to Symbol's fields.
The only virtual methods inherited from Symbol which are valid for this class (which will not give errors messages, with the exception of Symbol::is_array()) are those which are explicitly overridden here.
See Symbol for more information.
Definition at line 37 of file NamelistSymbol.h.
Constructor & Destructor Documentation
| NamelistSymbol::NamelistSymbol |
( |
const char * |
name |
) |
[inline] |
|
| NamelistSymbol::NamelistSymbol |
( |
const NamelistSymbol & |
other |
) |
[inline] |
|
Member Function Documentation
| Symbol * NamelistSymbol::clone |
( |
|
) |
const [virtual] |
|
| Symbol * NamelistSymbol::clone_all |
( |
|
) |
const [virtual] |
|
| const Type & NamelistSymbol::type |
( |
|
) |
const [virtual] |
|
| void NamelistSymbol::print |
( |
ostream & |
o |
) |
const [virtual] |
|
|
|
Print onto stream 'o'.
... the _overflow field
Implements Symbol.
Definition at line 2985 of file Symbol.cc. |
|
|
Fill in all relevant info from a binstr object.
Implements Symbol. |
| void NamelistSymbol::exchange_convert |
( |
VDL & |
vdl |
) |
[virtual] |
|
| int NamelistSymbol::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 Symbol.
Definition at line 3050 of file Symbol.cc. |
| void NamelistSymbol::relink_dptrs |
( |
ProgramUnit & |
p |
) |
[virtual] |
|
The documentation for this class was generated from the following files:
|