cuex/fwd.h: Forward Declarations
[cuex: Expressions]

Defines

#define cuex_var_from_ex(ex)   ((cuex_var_t)(ex))
#define cuex_is_idr(ex)   (cuex_meta(ex) == cuoo_type_to_meta(cu_idr_type()))
#define cuex_idr_from_ex(ex)   ((cu_idr_t)(ex))

Typedefs

typedef struct cuex_fpvarcuex_fpvar_t
typedef struct cuex_gvar * cuex_gvar_t
typedef struct cuex_occurtreecuex_occurtree_t
typedef struct cuex_opncuex_opn_t
typedef struct cuex_opn_sourcecuex_opn_source_t
typedef struct cuex_oprinfocuex_oprinfo_t
typedef struct cuex_pvarcuex_pvar_t
typedef struct cuex_substcuex_subst_t
typedef struct cuex_veqvcuex_veqv_t
typedef struct cuex_tpvarcuex_tpvar_t
typedef struct cuex_tvarcuex_tvar_t
typedef struct cuex_var * cuex_var_t

Functions

void cuex_init (void)

Function Documentation

void cuex_init ( void   ) 

This function must be called before you use the cuex library or start any threads which may use it.

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