![]() |
LibraryLink Utilities
3.0.1
Modern C++ wrapper over LibraryLink and WSTP
|
#include "LLU/TypedMArgument.h"#include "LLU/Containers/Generic/DataStore.hpp"#include "LLU/Containers/Generic/Image.hpp"#include "LLU/Containers/Generic/NumericArray.hpp"#include "LLU/Containers/Generic/Tensor.hpp"
Include dependency graph for TypedMArgument.cpp:Namespaces | |
| LLU | |
| Main namespace of LibraryLink Utilities. | |
| LLU::Argument | |
| Namespace for functionality related to arguments passed from LibraryLink to library functions and their types. | |
Functions | |
| TypedArgument | LLU::Argument::fromMArgument (MArgument m, MArgumentType t) |
| Get a TypeArgument from plain MArgument and an enum describing the active union member. More... | |
| void | LLU::Argument::toMArgument (const TypedArgument &tma, MArgument &res) |
| Assign current value of given TypedArgument to given MArgument. More... | |