Main MRPT website > C++ reference for MRPT 1.5.3
List of all members | Public Types | Public Member Functions | Protected Attributes | Private Member Functions
exprtk::details::str_xoxr_node< T, SType0, SType1, RangePack, Operation > Class Template Reference

Detailed Description

template<typename T, typename SType0, typename SType1, typename RangePack, typename Operation>
class exprtk::details::str_xoxr_node< T, SType0, SType1, RangePack, Operation >

Definition at line 14694 of file exprtk.hpp.

#include <mrpt/otherlibs/exprtk.hpp>

Inheritance diagram for exprtk::details::str_xoxr_node< T, SType0, SType1, RangePack, Operation >:
Inheritance graph

Public Types

typedef expression_node< T > * expression_ptr
 
typedef Operation operation_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
 

Public Member Functions

 str_xoxr_node (SType0 p0, SType1 p1, RangePack rp1)
 
 ~str_xoxr_node ()
 
value () const
 
expression_node< T >::node_type type () const
 
operator_type operation () const
 
std::string & s0 ()
 
std::string & s1 ()
 
virtual expression_node< T > * branch (const std::size_t &index=0) const
 

Protected Attributes

SType0 s0_
 
SType1 s1_
 
RangePack rp1_
 

Private Member Functions

 str_xoxr_node (str_xoxr_node< T, SType0, SType1, RangePack, Operation > &)
 
str_xoxr_node< T, SType0, SType1, RangePack, Operation > & operator= (str_xoxr_node< T, SType0, SType1, RangePack, Operation > &)
 

Member Typedef Documentation

◆ expression_ptr

template<typename T, typename SType0, typename SType1, typename RangePack, typename Operation>
typedef expression_node<T>* exprtk::details::str_xoxr_node< T, SType0, SType1, RangePack, Operation >::expression_ptr

Definition at line 14698 of file exprtk.hpp.

◆ operation_t

template<typename T, typename SType0, typename SType1, typename RangePack, typename Operation>
typedef Operation exprtk::details::str_xoxr_node< T, SType0, SType1, RangePack, Operation >::operation_t

Definition at line 14699 of file exprtk.hpp.

◆ value_type

template<typename T>
typedef T exprtk::details::expression_node< T >::value_type
inherited

Definition at line 4853 of file exprtk.hpp.

Member Enumeration Documentation

◆ node_type

template<typename T>
enum exprtk::details::expression_node::node_type
inherited
Enumerator
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 

Definition at line 4812 of file exprtk.hpp.

Constructor & Destructor Documentation

◆ str_xoxr_node() [1/2]

template<typename T, typename SType0, typename SType1, typename RangePack, typename Operation>
exprtk::details::str_xoxr_node< T, SType0, SType1, RangePack, Operation >::str_xoxr_node ( SType0  p0,
SType1  p1,
RangePack  rp1 
)
inlineexplicit

Definition at line 14702 of file exprtk.hpp.

◆ ~str_xoxr_node()

template<typename T, typename SType0, typename SType1, typename RangePack, typename Operation>
exprtk::details::str_xoxr_node< T, SType0, SType1, RangePack, Operation >::~str_xoxr_node ( )
inline

Definition at line 14708 of file exprtk.hpp.

◆ str_xoxr_node() [2/2]

template<typename T, typename SType0, typename SType1, typename RangePack, typename Operation>
exprtk::details::str_xoxr_node< T, SType0, SType1, RangePack, Operation >::str_xoxr_node ( str_xoxr_node< T, SType0, SType1, RangePack, Operation > &  )
private

Member Function Documentation

◆ branch()

template<typename T>
virtual expression_node<T>* exprtk::details::expression_node< T >::branch ( const std::size_t &  index = 0) const
inlinevirtualinherited

◆ operation()

template<typename T, typename SType0, typename SType1, typename RangePack, typename Operation>
operator_type exprtk::details::str_xoxr_node< T, SType0, SType1, RangePack, Operation >::operation ( ) const
inlinevirtual

Reimplemented from exprtk::details::sos_base_node< T >.

Definition at line 14729 of file exprtk.hpp.

◆ operator=()

template<typename T, typename SType0, typename SType1, typename RangePack, typename Operation>
str_xoxr_node<T,SType0,SType1,RangePack,Operation>& exprtk::details::str_xoxr_node< T, SType0, SType1, RangePack, Operation >::operator= ( str_xoxr_node< T, SType0, SType1, RangePack, Operation > &  )
private

◆ s0()

template<typename T, typename SType0, typename SType1, typename RangePack, typename Operation>
std::string& exprtk::details::str_xoxr_node< T, SType0, SType1, RangePack, Operation >::s0 ( )
inline

Definition at line 14734 of file exprtk.hpp.

◆ s1()

template<typename T, typename SType0, typename SType1, typename RangePack, typename Operation>
std::string& exprtk::details::str_xoxr_node< T, SType0, SType1, RangePack, Operation >::s1 ( )
inline

Definition at line 14739 of file exprtk.hpp.

◆ type()

template<typename T, typename SType0, typename SType1, typename RangePack, typename Operation>
expression_node<T>::node_type exprtk::details::str_xoxr_node< T, SType0, SType1, RangePack, Operation >::type ( ) const
inlinevirtual

Reimplemented from exprtk::details::expression_node< T >.

Definition at line 14724 of file exprtk.hpp.

◆ value()

template<typename T, typename SType0, typename SType1, typename RangePack, typename Operation>
T exprtk::details::str_xoxr_node< T, SType0, SType1, RangePack, Operation >::value ( ) const
inlinevirtual

Reimplemented from exprtk::details::expression_node< T >.

Definition at line 14713 of file exprtk.hpp.

References exprtk::details::numeric::process().

Member Data Documentation

◆ rp1_

template<typename T, typename SType0, typename SType1, typename RangePack, typename Operation>
RangePack exprtk::details::str_xoxr_node< T, SType0, SType1, RangePack, Operation >::rp1_
protected

Definition at line 14748 of file exprtk.hpp.

◆ s0_

template<typename T, typename SType0, typename SType1, typename RangePack, typename Operation>
SType0 exprtk::details::str_xoxr_node< T, SType0, SType1, RangePack, Operation >::s0_
protected

Definition at line 14746 of file exprtk.hpp.

◆ s1_

template<typename T, typename SType0, typename SType1, typename RangePack, typename Operation>
SType1 exprtk::details::str_xoxr_node< T, SType0, SType1, RangePack, Operation >::s1_
protected

Definition at line 14747 of file exprtk.hpp.




Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Tue Oct 31 07:27:35 UTC 2017