CNORXZ
Container with Native Operation Routines and Expressions
Loading...
Searching...
No Matches
base.h
Go to the documentation of this file.
1// -*- C++ -*-
15#ifndef __cxz_base_h__
16#define __cxz_base_h__
17
18#include <cstdlib>
19#include <iostream>
20#include <utility>
21
22#include "macros.h"
23#include "assert.h"
24#include "types.h"
25#include "obj_handle.h"
26#include "dtype.h"
27#include "isq.h"
28#include "iter.h"
29#include "uuid.h"
30#include "utils.h"
31#include "config.h"
32#include "intrin.h"
33
34#include "base.cc.h"
35
36#include "memory/memory.h"
37
38#endif
warning and error makros
basic cc headers
Runtime config functions declarations.
DType declaration.
Definitions related to intrinsics.
Integer sequence range and creation functions.
Static for-loops.
useful macros
Memory main heade.
ObjHandle template declaration.
Declaration of all library types.
utilities
cnorxz uuid declaration.