LibraryLink Utilities  3.0.1
Modern C++ wrapper over LibraryLink and WSTP
LLU.h
Go to the documentation of this file.
1 
9 #ifndef LLU_LLU_H
10 #define LLU_LLU_H
11 
12 /* Containers */
14 #include "LLU/Containers/Image.h"
17 #include "LLU/Containers/Tensor.h"
20 
21 /* Error reporting */
23 #include "LLU/ErrorLog/Errors.h"
24 
25 /* Library function arguments */
26 #include "LLU/MArgumentManager.h"
27 
28 /* WSTP */
29 #include "LLU/WSTP/WSStream.hpp"
30 
31 /* Others */
32 #include "LLU/FileUtilities.h"
33 
34 #endif // LLU_LLU_H
NumericArray.h
Templated C++ wrapper for MNumericArray.
WSStream.hpp
Header file for WSStream class.
MArgumentManager.h
Definition of MArgumentManager class.
Image.hpp
Definition and implementation of ImageView and ImageTypedView.
ErrorManager.h
Definition of the ErrorManager class responsible for error registration and throwing.
Errors.h
Definitions of error names and error codes used across LLU.
Image.h
Templated C++ wrapper for MImage.
FileUtilities.h
SparseArray.h
Templated C++ wrapper for MSparseArray.
Tensor.h
Templated C++ wrapper for MTensor.
DataList.h
Definition of templated DataStore wrapper called DataList.
NumericArray.hpp
Definition and implementation of NumericArrayView and NumericArrayTypedView.