exprtk::function_compositor< T >::function Struct Reference
#include <exprtk.hpp>
List of all members.
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 & | name (const std::string &n) |
function & | expression (const std::string &e) |
function & | var (const std::string &v) |
Public Attributes |
std::string | name_ |
std::string | expression_ |
std::deque< std::string > | v_ |
template<typename T>
struct exprtk::function_compositor< T >::function
Constructor & Destructor Documentation
template<typename T >
exprtk::function_compositor< T >::function::function |
( |
const std::string & |
name, |
|
|
const std::string & |
expression, |
|
|
const std::string & |
v0 | |
|
) |
| | [inline] |
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] |
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] |
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] |
Member Function Documentation
Member Data Documentation
The documentation for this struct was generated from the following file: