#include <PrintArray.h>
Static Public Member Functions | |
static void | print (const PrintArray &, S &, const A &, const DomainType &) |
PerformPrintArray print method definition. |
void PerformPrintArray< S, A, 1, DomainType >::print | ( | const PrintArray & | p, | |
S & | s, | |||
const A & | a, | |||
const DomainType & | d | |||
) | [inline, static] |
PerformPrintArray print method definition.
print takes data from an array, and prints it nicely to a stream. S is a template parameter for an ostream-like object. A is a template parameter for a array-like object. This is the 1-D specialized case.
References PrintArray::carReturn(), CTAssert, PrintArray::dataPrecision(), PrintArray::dataWidth(), PrintArray::domainWidth(), std::endl(), Inform::fill(), PrintArray::scientific(), and PrintArray::spacing().