#include <exprtk.hpp>
Public Types | |
typedef igeneric_function< T > ::parameter_list_t | parameter_list_t |
Public Member Functions | |
print (const std::string &scalar_format="%10.5f") | |
T | operator() (parameter_list_t parameters) |
Public Attributes | |
std::string | scalar_format_ |
typedef igeneric_function<T>::parameter_list_t exprtk::helper::print< T >::parameter_list_t |
Reimplemented from exprtk::igeneric_function< T >.
exprtk::helper::print< T >::print | ( | const std::string & | scalar_format = "%10.5f" |
) | [inline] |
T exprtk::helper::print< T >::operator() | ( | parameter_list_t | parameters | ) | [inline, virtual] |
Reimplemented from exprtk::igeneric_function< T >.
std::string exprtk::helper::print< T >::scalar_format_ |