![]() |
LibraryLink Utilities
3.0.1
Modern C++ wrapper over LibraryLink and WSTP
|
A token for the WSStream to indicate that we will be sending an expression which length is not known beforehand
Inheritance diagram for LLU::WS::BeginExpr:
Collaboration diagram for LLU::WS::BeginExpr:#include <Utilities.h>
Public Member Functions | |
| BeginExpr (const std::string &head) | |
| Create a token for the WSStream which initiates sending an expression with given head and unknown number of arguments. More... | |
| const std::string & | getHead () const |
| Get Symbol name/head. More... | |
| void | setHead (std::string h) |
| Set Symbol name/head. More... | |
|
inlineexplicit |
Create a token for the WSStream which initiates sending an expression with given head and unknown number of arguments.
| head | - head of the expression to be sent |
|
inherited |
Get Symbol name/head.