#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 |
|
◆ anonymous enum
Enumerator |
---|
tok_arrow | |
tok_unequals | |
tok_wedge | |
tok_pow | |
tok_set_option | |
tok_declare | |
tok_sequence | |
tok_siblings | |
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
s, |
|
|
const preprocessor & |
p |
|
) |
| |
◆ operator>>()
std::istream& operator>> |
( |
std::istream & |
s, |
|
|
preprocessor & |
p |
|
) |
| |