ArrayDims Class Referencea list of ArrayBounds
More...
#include <ArrayDims.h>
Inheritance diagram for ArrayDims:
[legend]List of all members.
Detailed Description
a list of ArrayBounds
Polaris C++ VDL - See also:
- ArrayDims.h
ArrayDims.h
ArrayDims.cc
ArrayDims is a list of ArrayBounds with a few other functions. It has the ability to initialize itself from a binstr.
For an explanation of _first_pass, etc., see the Implementation Notes section of Symbol/Symbol.h.
Definition at line 38 of file ArrayDims.h.
Constructor & Destructor Documentation
| ArrayDims::ArrayDims |
( |
const ArrayDims & |
dims |
) |
|
|
Member Function Documentation
| void ArrayDims::print_all_colons |
( |
ostream & |
o |
) |
const |
|
| void ArrayDims::print_last_star |
( |
ostream & |
o |
) |
const |
|
| void ArrayDims::print |
( |
ostream & |
o |
) |
const [virtual] |
|
| ArrayDims * ArrayDims::clone |
( |
|
) |
const [virtual] |
|
| Listable * ArrayDims::listable_clone |
( |
void |
|
) |
const [virtual] |
|
| int ArrayDims::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 List< ArrayBounds >.
Definition at line 137 of file ArrayDims.cc. |
Friends And Related Function Documentation
| ostream& operator<< |
( |
ostream & |
o, |
|
|
const ArrayDims & |
dims |
|
) |
[friend] |
|
The documentation for this class was generated from the following files:
|