|
| template<typename Allocator , template< typename, typename > class Sequence> |
| bool | add (const std::string &name, const std::string &expression, const Sequence< std::string, Allocator > &var_list, const bool override=false) |
| |
| template<typename Allocator , template< typename, typename > class Sequence> |
| bool | compile_expression (const std::string &name, const std::string &expression, const Sequence< std::string, Allocator > &input_var_list, bool return_present=false) |
| |
| bool | symbol_used (const std::string &symbol) const |
| |
| bool | valid (const std::string &name, const std::size_t &arg_count) const |
| |
| bool | forward (const std::string &name, const std::size_t &arg_count, symbol_table_t &sym_table, const bool ret_present=false) |
| |
| void | remove (const std::string &name, const std::size_t &arg_count) |
| |
template<typename T >
template<typename Allocator , template< typename, typename > class Sequence>
| bool exprtk::function_compositor< T >::add |
( |
const std::string & |
name, |
|
|
const std::string & |
expression, |
|
|
const Sequence< std::string, Allocator > & |
var_list, |
|
|
const bool |
override = false |
|
) |
| |
|
inlineprivate |
template<typename T >
template<typename Allocator , template< typename, typename > class Sequence>
| bool exprtk::function_compositor< T >::compile_expression |
( |
const std::string & |
name, |
|
|
const std::string & |
expression, |
|
|
const Sequence< std::string, Allocator > & |
input_var_list, |
|
|
bool |
return_present = false |
|
) |
| |
|
inlineprivate |
The documentation for this class was generated from the following file: