jplus-0.4.7
jarray::header Struct Reference

J array header. More...

#include <src/jarray.h>

Data Fields

I offset
 offset of data w.r.t header.
 
I flag
 flags, jarray sets couple of its own.
 
I maxbytes
 bytes allocated.
 
I type
 type of array elements (one of T_XXX) .
 
I refcnt
 reference count
 
I n
 number of elements in ravel
 
I rank
 array rank
 
I shape [1]
 elements of shape
 

Detailed Description

J array header.

Field Documentation

◆ flag

I jarray::header::flag

flags, jarray sets couple of its own.

Referenced by jarray::getHeader().

◆ maxbytes

I jarray::header::maxbytes

bytes allocated.

◆ n

I jarray::header::n

number of elements in ravel

Referenced by jarray::get().

◆ offset

I jarray::header::offset

offset of data w.r.t header.

Referenced by jarray::data(), jarray::get(), jarray::get(), and jarray::set().

◆ rank

I jarray::header::rank

array rank

Referenced by jarray::rank().

◆ refcnt

I jarray::header::refcnt

reference count

Referenced by jarray::getRefcount().

◆ shape

I jarray::header::shape[1]

elements of shape

Referenced by jarray::shape(), jarray::shape(), and jarray::size().

◆ type

I jarray::header::type

type of array elements (one of T_XXX) .

Referenced by jarray::get(), jarray::get(), jarray::set(), and jarray::type().


The documentation for this struct was generated from the following file: