A symbol 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...
  | 
|   | 
◆ Symbol() [1/3]
Copy constructor. 
- Parameters
 - 
  
    | symbol | [in] symbol to copy.  | 
  
   
 
 
◆ Symbol() [2/3]
Construct new symbol. 
- Parameters
 - 
  
  
 
 
 
◆ Symbol() [3/3]
  
  
      
        
          | Symbol  | 
          ( | 
          const std::string &  | 
          name | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Construct new symbol. 
- Parameters
 - 
  
  
 
 
 
◆ clone()
◆ getName()
  
  
      
        
          | const std::string getName  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Get the name of the symbol. 
- Returns
 - the name. 
 
 
 
◆ getType()
◆ out()
  
  
      
        
          | void out  | 
          ( | 
          std::ostream &  | 
          stream | ) | 
           const | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
The documentation for this class was generated from the following file: