![]() |
LibraryLink Utilities
3.0.1
Modern C++ wrapper over LibraryLink and WSTP
|
Header file with classes related to reading data from WSTP. More...
Header file with classes related to reading data from WSTP.
#include <functional>#include <memory>#include <string>#include "wstp.h"#include "LLU/ErrorLog/Errors.h"#include "LLU/Utilities.hpp"#include "LLU/WSTP/Release.h"#include "LLU/WSTP/Utilities.h"
Include dependency graph for Get.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| LLU | |
| Main namespace of LibraryLink Utilities. | |
| LLU::WS | |
| Contains definitions related to WSTP functionality in LLU. | |
Type aliases | |
| template<typename T > | |
| using | LLU::WS::ListData = std::unique_ptr< T[], ReleaseList< T > > |
ListData with of type T is a unique_ptr to an array of Ts with custom destructor. More... | |
| template<typename T > | |
| using | LLU::WS::ArrayData = std::unique_ptr< T[], ReleaseArray< T > > |
ArrayData with of type T is a unique_ptr to an array of Ts with custom destructor. More... | |