#include <iostream>
#include <string>
#include <vector>
Go to the source code of this file.
|
class | preprocessor |
| Preprocessing class which takes infix mathematical notation with all sorts of maths shortcuts and transforms it into a string which is properly formatted in prefix notation. More...
|
|
class | preprocessor::accu_t |
|
Enumerator |
---|
tok_arrow |
|
tok_unequals |
|
tok_wedge |
|
tok_pow |
|
tok_set_option |
|
tok_declare |
|
tok_sequence |
|
tok_siblings |
|
std::ostream& operator<< |
( |
std::ostream & |
, |
|
|
const preprocessor & |
|
|
) |
| |
std::istream& operator>> |
( |
std::istream & |
, |
|
|
preprocessor & |
|
|
) |
| |