jplus-0.4.6
src/jarray.h File Reference
#include <vector>
#include <string>
#include <complex>
#include <istream>
#include <ostream>
#include <cassert>
#include "sha1.h"
Include dependency graph for jarray.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  jarray
 C++ representation of J array. More...
struct  jarray::Z
 complex type, equivalent to J More...
struct  jarray::header
 J array header. More...
struct  jarray::MS
 Layout of two words before every array, responsible for J memory management. More...
class  jarray_of_type< T >
 Typed variant of jarray, performs automatic type conversion on instantiation. More...

Functions

std::ostream & operator<< (std::ostream &stream, const jarray &array)
 prints ASCII representation of the array

Function Documentation

std::ostream& operator<< ( std::ostream &  stream,
const jarray array 
)

prints ASCII representation of the array

Parameters:
streamstream to print the array to.
arraythe array to print.
Returns:
the reference to stream.