OpcUaCanOpen
CANopen OPC-UA server
exprtk::details::multimode_strfunction_node< T, StringFunction > Class Template Reference

#include <exprtk.hpp>

Inherits exprtk::details::string_function_node< T, StringFunction >.

Public Types

typedef string_function_node< T, StringFunction > str_function_t
 
typedef range_pack< T > range_t
 
- Public Types inherited from exprtk::details::string_function_node< T, StringFunction >
typedef generic_function_node< T, StringFunction > gen_function_t
 
typedef range_pack< T > range_t
 
- Public Types inherited from exprtk::details::generic_function_node< T, StringFunction >
typedef type_store< T > type_store_t
 
typedef expression_node< T > * expression_ptr
 
typedef variable_node< T > variable_node_t
 
typedef vector_node< T > vector_node_t
 
typedef variable_node_tvariable_node_ptr_t
 
typedef vector_node_tvector_node_ptr_t
 
typedef range_interface< T > range_interface_t
 
typedef range_data_type< T > range_data_type_t
 
typedef range_pack< T > range_t
 
typedef std::pair< expression_ptr, bool > branch_t
 
typedef std::pair< void *, std::size_t > void_t
 
typedef std::vector< T > tmp_vs_t
 
typedef std::vector< type_store_ttypestore_list_t
 
typedef std::vector< range_data_type_trange_list_t
 
- Public Types inherited from exprtk::details::expression_node< T >
enum  node_type {
  e_none, e_null, e_constant, e_unary,
  e_binary, e_binary_ext, e_trinary, e_quaternary,
  e_vararg, e_conditional, e_while, e_repeat,
  e_for, e_switch, e_mswitch, e_return,
  e_retenv, e_variable, e_stringvar, e_stringconst,
  e_stringvarrng, e_cstringvarrng, e_strgenrange, e_strconcat,
  e_stringvarsize, e_strswap, e_stringsize, e_stringvararg,
  e_function, e_vafunction, e_genfunction, e_strfunction,
  e_strcondition, e_strccondition, e_add, e_sub,
  e_mul, e_div, e_mod, e_pow,
  e_lt, e_lte, e_gt, e_gte,
  e_eq, e_ne, e_and, e_nand,
  e_or, e_nor, e_xor, e_xnor,
  e_in, e_like, e_ilike, e_inranges,
  e_ipow, e_ipowinv, e_abs, e_acos,
  e_acosh, e_asin, e_asinh, e_atan,
  e_atanh, e_ceil, e_cos, e_cosh,
  e_exp, e_expm1, e_floor, e_log,
  e_log10, e_log2, e_log1p, e_neg,
  e_pos, e_round, e_sin, e_sinc,
  e_sinh, e_sqrt, e_tan, e_tanh,
  e_cot, e_sec, e_csc, e_r2d,
  e_d2r, e_d2g, e_g2d, e_notl,
  e_sgn, e_erf, e_erfc, e_ncdf,
  e_frac, e_trunc, e_uvouv, e_vov,
  e_cov, e_voc, e_vob, e_bov,
  e_cob, e_boc, e_vovov, e_vovoc,
  e_vocov, e_covov, e_covoc, e_vovovov,
  e_vovovoc, e_vovocov, e_vocovov, e_covovov,
  e_covocov, e_vocovoc, e_covovoc, e_vococov,
  e_sf3ext, e_sf4ext, e_nulleq, e_strass,
  e_vector, e_vecelem, e_rbvecelem, e_rbveccelem,
  e_vecdefass, e_vecvalass, e_vecvecass, e_vecopvalass,
  e_vecopvecass, e_vecfunc, e_vecvecswap, e_vecvecineq,
  e_vecvalineq, e_valvecineq, e_vecvecarith, e_vecvalarith,
  e_valvecarith, e_vecunaryop, e_break, e_continue,
  e_swap
}
 
typedef T value_type
 
typedef expression_node< T > * expression_ptr
 
- Public Types inherited from exprtk::details::string_base_node< T >
typedef range_data_type< T > range_data_type_t
 
- Public Types inherited from exprtk::details::range_interface< T >
typedef range_pack< T > range_t
 

Public Member Functions

 multimode_strfunction_node (StringFunction *func, const std::size_t &param_seq_index, const std::vector< typename str_function_t::expression_ptr > &arg_list)
 
value () const
 
expression_node< T >::node_type type () const
 
- Public Member Functions inherited from exprtk::details::string_function_node< T, StringFunction >
 string_function_node (StringFunction *func, const std::vector< typename gen_function_t::expression_ptr > &arg_list)
 
bool operator< (const string_function_node< T, StringFunction > &fn) const
 
std::string str () const
 
char_cptr base () const
 
std::size_t size () const
 
range_trange_ref ()
 
const range_trange_ref () const
 
- Public Member Functions inherited from exprtk::details::generic_function_node< T, StringFunction >
 generic_function_node (const std::vector< expression_ptr > &arg_list, StringFunction *func=(StringFunction *)(0))
 
virtual ~generic_function_node ()
 
virtual bool init_branches ()
 
bool operator< (const generic_function_node< T, StringFunction > &fn) const
 
value () const
 
expression_node< T >::node_type type () const
 
- Public Member Functions inherited from exprtk::details::expression_node< T >
virtual ~expression_node ()
 
virtual expression_node< T > * branch (const std::size_t &index=0) const
 
- Public Member Functions inherited from exprtk::details::string_base_node< T >
virtual ~string_base_node ()
 
- Public Member Functions inherited from exprtk::details::range_interface< T >
virtual ~range_interface ()
 

Private Attributes

const std::size_t param_seq_index_
 

Additional Inherited Members

- Protected Member Functions inherited from exprtk::details::generic_function_node< T, StringFunction >
virtual bool populate_value_list () const
 
- Protected Attributes inherited from exprtk::details::string_function_node< T, StringFunction >
range_t range_
 
std::string ret_string_
 
- Protected Attributes inherited from exprtk::details::generic_function_node< T, StringFunction >
StringFunction * function_
 
typestore_list_t typestore_list_
 

Detailed Description

template<typename T, typename StringFunction>
class exprtk::details::multimode_strfunction_node< T, StringFunction >

Definition at line 11835 of file exprtk.hpp.

Member Typedef Documentation

◆ range_t

template<typename T , typename StringFunction >
typedef range_pack<T> exprtk::details::multimode_strfunction_node< T, StringFunction >::range_t

Definition at line 11840 of file exprtk.hpp.

◆ str_function_t

template<typename T , typename StringFunction >
typedef string_function_node<T,StringFunction> exprtk::details::multimode_strfunction_node< T, StringFunction >::str_function_t

Definition at line 11839 of file exprtk.hpp.

Constructor & Destructor Documentation

◆ multimode_strfunction_node()

template<typename T , typename StringFunction >
exprtk::details::multimode_strfunction_node< T, StringFunction >::multimode_strfunction_node ( StringFunction *  func,
const std::size_t &  param_seq_index,
const std::vector< typename str_function_t::expression_ptr > &  arg_list 
)
inline

Definition at line 11842 of file exprtk.hpp.

Member Function Documentation

◆ type()

template<typename T , typename StringFunction >
expression_node<T>::node_type exprtk::details::multimode_strfunction_node< T, StringFunction >::type ( ) const
inlinevirtual

Reimplemented from exprtk::details::string_function_node< T, StringFunction >.

Definition at line 11871 of file exprtk.hpp.

◆ value()

template<typename T , typename StringFunction >
T exprtk::details::multimode_strfunction_node< T, StringFunction >::value ( ) const
inlinevirtual

Reimplemented from exprtk::details::string_function_node< T, StringFunction >.

Definition at line 11849 of file exprtk.hpp.

Member Data Documentation

◆ param_seq_index_

template<typename T , typename StringFunction >
const std::size_t exprtk::details::multimode_strfunction_node< T, StringFunction >::param_seq_index_
private

Definition at line 11878 of file exprtk.hpp.


The documentation for this class was generated from the following file: