1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
.. _ns-ixion-draft:
namespace ixion::draft
======================
Enum
----
array_type
^^^^^^^^^^
.. doxygenenum:: ixion::draft::array_type
Type aliases
------------
create_compute_engine_t
^^^^^^^^^^^^^^^^^^^^^^^
.. doxygentypedef:: ixion::draft::create_compute_engine_t
destroy_compute_engine_t
^^^^^^^^^^^^^^^^^^^^^^^^
.. doxygentypedef:: ixion::draft::destroy_compute_engine_t
Functions
---------
init_modules
^^^^^^^^^^^^
.. doxygenfunction:: ixion::draft::init_modules()
unload_module
^^^^^^^^^^^^^
.. doxygenfunction:: ixion::draft::unload_module(void *handler)
Struct
------
array
^^^^^
.. doxygenstruct:: ixion::draft::array
:members:
module_def
^^^^^^^^^^
.. doxygenstruct:: ixion::draft::module_def
:members:
Classes
-------
compute_engine
^^^^^^^^^^^^^^
.. doxygenclass:: ixion::draft::compute_engine
:members:
|