![]() |
LibraryLink Utilities
3.0.1
Modern C++ wrapper over LibraryLink and WSTP
|
Structure representing any symbol in Wolfram Language.
Inheritance diagram for LLU::WS::Symbol:#include <Utilities.h>
Public Member Functions | |
| Symbol ()=default | |
| Default constructor. More... | |
| Symbol (std::string h) | |
| Constructs a Symbol given its head. More... | |
| const std::string & | getHead () const |
| Get Symbol name/head. More... | |
| void | setHead (std::string h) |
| Set Symbol name/head. More... | |
|
default |
Default constructor.
The head is empty and such Symbol can be used as argument of WSStream::operator>>, so to read a Symbol from top-level.
|
inlineexplicit |
| const std::string & LLU::WS::Symbol::getHead | ( | ) | const |
Get Symbol name/head.