C++ Mathematical Expression Toolkit (ExprTk) release
|
#include <algorithm>
#include <cstdio>
#include <deque>
#include <fstream>
#include <iostream>
#include <numeric>
#include <string>
#include "exprtk.hpp"
Go to the source code of this file.
Classes | |
struct | putch< T > |
struct | putint< T > |
struct | rnd_01< T > |
class | expression_processor< T > |
struct | expression_processor< T >::function_definition |
struct | expression_processor< T >::parse_function_definition_impl |
Functions | |
template<typename T > | |
void | repl (int argc, char *argv[]) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 1028 of file exprtk_repl.cpp.
void repl | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 994 of file exprtk_repl.cpp.
References expression_processor< T >::process(), expression_processor< T >::process_directive(), and expression_processor< T >::process_from_file().