LibraryLink Utilities  3.0.1
Modern C++ wrapper over LibraryLink and WSTP
TypedMArgument.cpp File Reference

Detailed Description

Author
Rafal Chojna rafal.nosp@m.c@wo.nosp@m.lfram.nosp@m..com
Date
April 28, 2020
+ 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...