#include "Utilities/DataBlockPtr.h"
#include "Utilities/PAssert.h"
#include <iosfwd>
Classes | |
class | IndirectionList< T > |
IndirectionList is a domain representing a N dimension set of integer sequences. More... | |
Functions | |
template<class T > | |
std::ostream & | operator<< (std::ostream &o, const IndirectionList< T > &list) |
print an IndirectionList to a stream, in the format "[" val1, val2, . |
It is meant to store lists of indices for indirection-list operations. T can be an int, or multidimensional items like Loc<Dim>.
std::ostream& operator<< | ( | std::ostream & | o, | |
const IndirectionList< T > & | list | |||
) | [inline] |
print an IndirectionList to a stream, in the format "[" val1, val2, .
.. , valN "]"