C++ Mathematical Expression Toolkit (ExprTk) release
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
test_expression Struct Reference

Public Member Functions

 test_expression (const std::size_t c, const std::string &ex)
 
 test_expression (const std::size_t c, const std::string &ex)
 

Public Attributes

std::size_t cost
 
std::string e
 
std::string expression
 

Detailed Description

Definition at line 29 of file exprtk_vector_benchmark.cpp.

Constructor & Destructor Documentation

◆ test_expression() [1/2]

test_expression::test_expression ( const std::size_t  c,
const std::string &  ex 
)
inline

Definition at line 34 of file exprtk_vector_benchmark.cpp.

35 : cost(c)
36 , e(ex)
37 {}

◆ test_expression() [2/2]

test_expression::test_expression ( const std::size_t  c,
const std::string &  ex 
)
inline

Definition at line 36 of file exprtk_vector_benchmark_multithreaded.cpp.

37 : cost(c)
38 , expression(ex)
39 {}

Member Data Documentation

◆ cost

std::size_t test_expression::cost

Definition at line 31 of file exprtk_vector_benchmark.cpp.

Referenced by run_benchmark(), and run_threaded_benchmark().

◆ e

std::string test_expression::e

Definition at line 32 of file exprtk_vector_benchmark.cpp.

◆ expression

std::string test_expression::expression

Definition at line 34 of file exprtk_vector_benchmark_multithreaded.cpp.


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