#include <iostream>#include <iomanip>#include <IndexType.H>

Defines | |
| #define | BL_IGNORE_MAX 100000 |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const IndexType &it) |
| Write an IndexType to an ostream in ASCII. | |
| std::istream & | operator>> (std::istream &is, IndexType &it) |
| Read an IndexType from an istream. | |
| #define BL_IGNORE_MAX 100000 |
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const IndexType & | it | |||
| ) |
| std::istream& operator>> | ( | std::istream & | is, | |
| IndexType & | it | |||
| ) |
Read an IndexType from an istream.
References BL_ASSERT, BL_IGNORE_MAX, BoxLib::Error(), IndexType::set(), and IndexType::unset().
1.5.5