cudyn_arrtype_t: Array Types
[cudyn/type.h: Dynamic Types]

Data Structures

struct  cudyn_arrtype

Defines

#define cudyn_arrtype_to_type(t)   cu_to2(cuoo_type, cudyn_inltype, t)
#define cudyn_arrtype_from_type(t)   cu_from2(cudyn_arrtype, cudyn_inltype, cuoo_type, t)
#define cudyn_arrtype_from_meta(meta)   cudyn_arrtype_from_type(cuoo_type_from_meta(meta))

Functions

cuoo_type_t cudyn_arrtype_type ()
cu_bool_t cuoo_type_is_arrtype (cuoo_type_t t)
cu_bool_t cudyn_meta_is_arrtype (cuex_meta_t meta)
cudyn_arrtype_t cudyn_arrtype (cuoo_type_t elt_type, size_t elt_cnt)
cuoo_type_t cudyn_arrtype_elt_type (cudyn_arrtype_t t)
size_t cudyn_arrtype_elt_cnt (cudyn_arrtype_t t)

Function Documentation

cudyn_arrtype_t cudyn_arrtype ( cuoo_type_t  elt_type,
size_t  elt_cnt 
)

The dynamic representation of elt_typeelt_cnt.

size_t cudyn_arrtype_elt_cnt ( cudyn_arrtype_t  t  ) 

The number of elements in arrays of type t.

cuoo_type_t cudyn_arrtype_elt_type ( cudyn_arrtype_t  t  ) 

The type of the elements of arrays of type t.

cuoo_type_t cudyn_arrtype_type (  ) 

The type of array types.

cu_bool_t cudyn_meta_is_arrtype ( cuex_meta_t  meta  ) 

True iff meta is a cudyn_arrtype_t.

cu_bool_t cuoo_type_is_arrtype ( cuoo_type_t  t  ) 

True iff t is a cudyn_arrtype_t.

Generated 2009-11-23 for culibs-0.25 using Doxygen. Maintained by Petter Urkedal.