PulseView  unreleased development snapshot
A Qt-based sigrok GUI
exprtk::function_compositor< T >::function Struct Reference

#include <exprtk.hpp>

Collaboration diagram for exprtk::function_compositor< T >::function:

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::string > v_
 

Detailed Description

template<typename T>
struct exprtk::function_compositor< T >::function

Definition at line 36180 of file exprtk.hpp.

Constructor & Destructor Documentation

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

Definition at line 36182 of file exprtk.hpp.

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

Definition at line 36185 of file exprtk.hpp.

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

Definition at line 36189 of file exprtk.hpp.

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

Definition at line 36195 of file exprtk.hpp.

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

Definition at line 36204 of file exprtk.hpp.

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

Definition at line 36213 of file exprtk.hpp.

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

Definition at line 36224 of file exprtk.hpp.

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

Definition at line 36235 of file exprtk.hpp.

Member Function Documentation

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

Definition at line 36254 of file exprtk.hpp.

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

Definition at line 36248 of file exprtk.hpp.

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

Definition at line 36260 of file exprtk.hpp.

Member Data Documentation

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

Definition at line 36267 of file exprtk.hpp.

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

Definition at line 36266 of file exprtk.hpp.

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

Definition at line 36268 of file exprtk.hpp.


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