A string primitive.
More...
#include <Mathematica.hpp>
Inherits Mathematica::Expression.
|
template<typename Type > |
static void | toList (std::list< rw::core::Ptr< Type >> &) |
| Helper function for extracting a list of arguments when given as a variable number of arguments. More...
|
|
template<typename Type , typename Exp , typename... T> |
static void | toList (std::list< rw::core::Ptr< Type >> &list, const Exp &r, T... t) |
| Helper function for extracting a list of arguments when given as a variable number of arguments. More...
|
|
◆ String() [1/2]
Construct new primitive.
- Parameters
-
◆ String() [2/2]
String |
( |
const std::string & |
value | ) |
|
|
inline |
Construct new primitive.
- Parameters
-
◆ clone()
◆ getType()
◆ out()
void out |
( |
std::ostream & |
stream | ) |
const |
|
inlinevirtual |
◆ value()
const std::string& value |
( |
| ) |
const |
|
inline |
Get the value.
- Returns
- the value.
The documentation for this class was generated from the following file: