C++ Mathematical Expression Toolkit (ExprTk) release
|
Go to the source code of this file.
Functions | |
template<typename Allocator , template< typename, typename > class Sequence> | |
std::size_t | load_expressions (const std::string &file_name, Sequence< std::string, Allocator > &sequence) |
template<typename T > | |
bool | test_gen (const std::string &expr_file) |
int | main (int argc, char *argv[]) |
|
inline |
Definition at line 43 of file exprtk_testgen.cpp.
Referenced by test_gen().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 154 of file exprtk_testgen.cpp.
|
inline |
Definition at line 65 of file exprtk_testgen.cpp.
References exprtk::symbol_table< T >::add_constants(), exprtk::symbol_table< T >::add_function(), exprtk::symbol_table< T >::add_variable(), exprtk::parser< T >::compile(), exprtk::parser< T >::error(), expression_list, load_expressions(), and exprtk::expression< T >::register_symbol_table().