#include <iosfwd>#include <Array.H>#include <BLassert.H>#include <REAL.H>


Go to the source code of this file.
Classes | |
| class | IntDescriptor |
| : A Descriptor of the Long Integer type More... | |
| class | RealDescriptor |
| : A Descriptor of the Real Type More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const IntDescriptor &id) |
| Write out an IntDescriptor to an ostream in ASCII. | |
| std::istream & | operator>> (std::istream &is, IntDescriptor &id) |
| Read in an IntDescriptor from an istream. | |
| std::ostream & | operator<< (std::ostream &os, const RealDescriptor &id) |
| Write out an RealDescriptor to an ostream in ASCII. | |
| std::istream & | operator>> (std::istream &is, RealDescriptor &id) |
| Read in a RealDescriptor from an istream. | |
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const RealDescriptor & | id | |||
| ) |
Write out an RealDescriptor to an ostream in ASCII.
References BoxLib::Error(), RealDescriptor::formatarray(), and RealDescriptor::orderarray().
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const IntDescriptor & | id | |||
| ) |
Write out an IntDescriptor to an ostream in ASCII.
| std::istream& operator>> | ( | std::istream & | is, | |
| RealDescriptor & | id | |||
| ) |
Read in a RealDescriptor from an istream.
References Array< T >::dataPtr(), BoxLib::Error(), RealDescriptor::ord, RealDescriptor::RealDescriptor(), and Array< T >::size().
| std::istream& operator>> | ( | std::istream & | is, | |
| IntDescriptor & | id | |||
| ) |
Read in an IntDescriptor from an istream.
1.5.5