exprtk::function_compositor< T >::function Struct Reference

#include <exprtk.hpp>

Public Member Functions

 function ()
 
 function (const std::string &n)
 
 function (const std::string &name, const std::string &expression)
 
 function (const std::string &name, const std::string &expression, const std::string &v0)
 
 function (const std::string &name, const std::string &expression, const std::string &v0, const std::string &v1)
 
 function (const std::string &name, const std::string &expression, const std::string &v0, const std::string &v1, const std::string &v2)
 
 function (const std::string &name, const std::string &expression, const std::string &v0, const std::string &v1, const std::string &v2, const std::string &v3)
 
 function (const std::string &name, const std::string &expression, const std::string &v0, const std::string &v1, const std::string &v2, const std::string &v3, const std::string &v4)
 
functionname (const std::string &n)
 
functionexpression (const std::string &e)
 
functionvar (const std::string &v)
 

Public Attributes

std::string name_
 
std::string expression_
 
std::deque< std::stringv_
 

Constructor & Destructor Documentation

◆ function() [1/8]

template<typename T >
exprtk::function_compositor< T >::function::function ( )
inline

◆ function() [2/8]

template<typename T >
exprtk::function_compositor< T >::function::function ( const std::string n)
inline

◆ function() [3/8]

template<typename T >
exprtk::function_compositor< T >::function::function ( const std::string name,
const std::string expression 
)
inline

◆ function() [4/8]

template<typename T >
exprtk::function_compositor< T >::function::function ( const std::string name,
const std::string expression,
const std::string v0 
)
inline

◆ function() [5/8]

template<typename T >
exprtk::function_compositor< T >::function::function ( const std::string name,
const std::string expression,
const std::string v0,
const std::string v1 
)
inline

◆ function() [6/8]

template<typename T >
exprtk::function_compositor< T >::function::function ( const std::string name,
const std::string expression,
const std::string v0,
const std::string v1,
const std::string v2 
)
inline

◆ function() [7/8]

template<typename T >
exprtk::function_compositor< T >::function::function ( const std::string name,
const std::string expression,
const std::string v0,
const std::string v1,
const std::string v2,
const std::string v3 
)
inline

◆ function() [8/8]

template<typename T >
exprtk::function_compositor< T >::function::function ( const std::string name,
const std::string expression,
const std::string v0,
const std::string v1,
const std::string v2,
const std::string v3,
const std::string v4 
)
inline

Member Function Documentation

◆ expression()

template<typename T >
function & exprtk::function_compositor< T >::function::expression ( const std::string e)
inline

◆ name()

template<typename T >
function & exprtk::function_compositor< T >::function::name ( const std::string n)
inline

◆ var()

template<typename T >
function & exprtk::function_compositor< T >::function::var ( const std::string v)
inline

Member Data Documentation

◆ expression_

template<typename T >
std::string exprtk::function_compositor< T >::function::expression_

◆ name_

template<typename T >
std::string exprtk::function_compositor< T >::function::name_

◆ v_

template<typename T >
std::deque<std::string> exprtk::function_compositor< T >::function::v_

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